GasTracker - your reliable companion on the Scroll Network! Get timely gas price notifications, customize language and price thresholds. Stay informed on GitHub!
Welcome to GasTracker, your personal assistant on the Scroll Network! This Telegram bot is designed to keep you informed about the latest gas prices, ensuring you never miss out on crucial updates. With GasTracker, you have the power to customize your experience by selecting your preferred language and setting price thresholds for personalized notifications. Stay ahead of the curve in the fast-paced world of gas price fluctuations with GasTracker by your side. Join us on GitHub and revolutionize the way you monitor gas prices on the Scroll Network!
Follow these steps to set up GasTracker on the Scroll Network.
-
Clone Repository:
git clone https://github.com/TheFluxx/ScrollGasBot
-
Navigate to Directory:
cd scroll_gas_bot -
Install Requirements:
pip install -r requirements.txt
-
Set Environment Variables: Create a .env file and add the following variables:
BOT_TOKEN=your_bot_token_here'
DB_DRIVER='postgresql+asyncpg'
DB_USERNAME='your_db_username'
DB_PASSWORD='your_db_password'
DB_HOST='localhost'
DB_NAME='scroll_gas_bot'
CHAT_ID='@ScrollGas'
Replace your_bot_token_here, your_db_username, and your_db_password with your actual values. -
Run the Bot:
python main.py