Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
runli3478 authored Jul 31, 2023
1 parent 3f442d9 commit e1c8cd9
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,23 @@ A Telegram Bot that sends you the latest gas price, swap fee in Ethereum Network
Current Supported Networks: ETH ARB OP (more to come soon)

Feel free to support me in the future!

# Create your telegram bot and get the API Key using BotFather
# Create your infura API key by registering an account @ infura.io
# Create your OPTIMISM_API_KEY by registering an account @ optimistic.etherscan.io
# Create your ARBISCAN_API_KEY by registering an account @ arbiscan.io

To run main.py:

a) Please make sure that you have installed the libraries stated below:
1) pip install web3
2) pip install python-dotenv
3) pip install python-telegram-bot==13.13

b) Create a .env file to input your API keys:
1) INFURA_PROJECT_ID=''
2) OPTIMISM_API_KEY=''
3) ARBISCAN_API_KEY=''
4) BOT_TOKEN=''

c) Run the main.py in your terminal

0 comments on commit e1c8cd9

Please sign in to comment.