Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/afmsavage/keep-notif
Discord bot designed for the Keep Network's Discord. Simple statistics about their tBTC project.
https://github.com/afmsavage/keep-notif
bot discord ethereum javascript keepnetwork web3
Last synced: about 1 month ago
JSON representation
Discord bot designed for the Keep Network's Discord. Simple statistics about their tBTC project.
- Host: GitHub
- URL: https://github.com/afmsavage/keep-notif
- Owner: afmsavage
- License: mit
- Created: 2020-06-19T22:53:49.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T03:00:25.000Z (almost 2 years ago)
- Last Synced: 2023-03-09T23:16:50.634Z (almost 2 years ago)
- Topics: bot, discord, ethereum, javascript, keepnetwork, web3
- Language: JavaScript
- Homepage:
- Size: 2.07 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Keep Network Discord Bot
This is the tBTC_Stats bot that runs on the Keep Network's [Discord server](https://discordapp.com/invite/wYezN7v). I used this project as a way to learn more about [web3.js](https://github.com/ethereum/web3.js/) and [ethers.io](https://github.com/ethers-io/ethers.js), so there are some commands that use one or the other. I would like to fully convert it to use only ethers moving forward.
To use, clone the repository and create a dotenv file (`.env`) that includes these 3 parameters:
- CLIENTID='xxx'
- CLIENTSECRET='123'
- BOTTOKEN='foo'