Bog Utils Bot is a ultils Telegram bot for BOG and BogTools. Current functionality:
- Get BOG token price
- Get staked earnings
You can try the bot right now: http://t.me/BOGUtilsBot
- Create a .env file with your telegram bot's and BscScan auth tokens:
TELEGRAM_TOKEN=YOUR_TELEGRAM_TOKEN
BSCSCAN_TOKEN=YOUR_BSCSCAN_TOKEN
- Install the dependencies with
npm install
. - Generate de SQLite Database with
npm run createDatabase
. The database will be saved in ./db.sqlite. - Run the bot with
npm start
.