Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/afmsavage/gasbot
Simple Discord bot that fetches the current Ethereum gas price from Gasnow
https://github.com/afmsavage/gasbot
discord-bot ethereum gas
Last synced: 1 day ago
JSON representation
Simple Discord bot that fetches the current Ethereum gas price from Gasnow
- Host: GitHub
- URL: https://github.com/afmsavage/gasbot
- Owner: afmsavage
- Created: 2020-12-23T23:39:24.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-27T02:58:20.000Z (almost 3 years ago)
- Last Synced: 2024-03-23T05:24:24.906Z (8 months ago)
- Topics: discord-bot, ethereum, gas
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/@pantsme/ethgasbot
- Size: 49.8 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Eth Gas Bot
Simple Discord bot that publishes the Ethereum gas price fetched from [Gasnow](https://gasnow.org)
### Usage
* Create a .env file in the root directory with your Discord bot token
* Either create a Docker image using `docker build .` or start the bot with `npm run start`
* On your server that you invited the bot to, type `.gas` in a channel and it will return the prices
#### Example response
```
gas bot BOT Today at 6:41 PM
rapid: 221000000000
fast: 209000001459
standard: 170000000000
slow: 151250000000
```