rohit366 / CoinMarketBot

A Discord bot that automatically reports updates of crypto from https://coinmarketcap.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Discord Bots Discord Bots Discord Bots Discord Bots

CoinMarketBot

A Discord bot that sends constant cryptocurrency updates to text-channel subscribers and can create alert notifications.

Created with Python 3.6 and the CoinMarketCap API wrapper.

Click here to add the bot to your server.

Discord Bots

Installation:

  1. Install necessary requirements using pip install -r requirements.txt
  2. Rename config_template.json to config.json
  3. Enter your discord token inside the token variable in config.json
  4. Enter coinmarketcal id and secret in their respective fields
    (You can create and find both from here https://api.coinmarketcal.com/)
  5. Run with python bot.py or python3 bot.py

You're also given the option to change the command prefix as you see fit inside of the config.json.

If you want to use the :small_green_triangle: emoji, I've uploaded it in the emoji folder. To use it for your bot, have a server with the emoji uploaded to it (while also naming it small_green_triangle) and edit the id of the SMALL_GREEN_TRIANGLE variable at the top of coin_market.py to the emoji ID of your emoji.

Commands:

This bot has commands to look up cryptocurrencies, subscribe to live updates, create crypto price alerts for the user, and many more.

See examples of the commands here

See wiki page here or type $help.

Stay tuned for more features.

Donations:

All donations are greatly appreciated and they help very much with maintaining the live bot:

ETH: 0x13318b2A795940D119b999ECfe827708131fA3f6
LTC: LiChyn9o9VhppANUHDhe6ReFjGoGhLqtZm

paypal

About

A Discord bot that automatically reports updates of crypto from https://coinmarketcap.com/

License:MIT License


Languages

Language:Python 100.0%