https://github.com/m1ari/bitbot
Discord Bot for Crypto-Currencies
https://github.com/m1ari/bitbot
bot discord discord-bot discordapp ruby
Last synced: 2 months ago
JSON representation
Discord Bot for Crypto-Currencies
- Host: GitHub
- URL: https://github.com/m1ari/bitbot
- Owner: m1ari
- Created: 2017-12-31T13:14:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-04-18T22:18:45.000Z (about 4 years ago)
- Last Synced: 2025-03-11T21:45:14.800Z (over 1 year ago)
- Topics: bot, discord, discord-bot, discordapp, ruby
- Language: Ruby
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Discord Bot for Crypto Currencies
* Price Trackers
To add the production bot to your server use
https://discordapp.com/oauth2/authorize?&client_id=387211236649205771&permissions=3072&scope=bot
For support / Testing use the Discord server
https://discord.gg/7ZgWeCq
# Installation
Clone from github
git clone ...
Install required Gems
bundle install --path vendor/bundle
# Configure
Copy the config.yaml.template to config.yaml and add in the suitable values
# Run
run ./bot.rb
# Developers
To test the bot on your own system you'll need to create a new App at
https://discordapp.com/developers/applications/me
You will need to put the client_id into the Config file
Then within the Application Create a Bot User
You will need to put the bot Token into the config file
Public Bot: Off
Require OAuth2 Code Grant: Off