All Projects → kodycode → CoinMarketBot

kodycode / CoinMarketBot

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

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to CoinMarketBot

coinmarketcap-new-listings-sniper-bot
Sniper bot to buy new tokens listed on Coinmarketcap.
Stars: ✭ 55 (+57.14%)
Mutual labels:  coinmarketcap
CryptoCurrencyKit
A Swift crypto-currencies price library for accessing coinmarket APIs
Stars: ✭ 53 (+51.43%)
Mutual labels:  coinmarketcap
ionic-cryptocurrency
Ionic cryptocurrency tracker 🚀
Stars: ✭ 22 (-37.14%)
Mutual labels:  coinmarketcap
coinmarketcap-api
CoinMarketCap API wrapper for node
Stars: ✭ 111 (+217.14%)
Mutual labels:  coinmarketcap
cointop
A fast and lightweight interactive terminal based UI application for tracking cryptocurrencies 🚀
Stars: ✭ 3,589 (+10154.29%)
Mutual labels:  coinmarketcap
libcryptomarket
Powerful cryptocurrency market analysis toolkit
Stars: ✭ 43 (+22.86%)
Mutual labels:  coinmarketcap
cryptocheck
Check prices of cryptocurrencies via command line
Stars: ✭ 31 (-11.43%)
Mutual labels:  coinmarketcap
MKT
Exchange Price Service , Stocks , Cryptocurrency,Stock prediction and more
Stars: ✭ 27 (-22.86%)
Mutual labels:  coinmarketcap
cryptocharts
Cryptocurrency stats and charts displayed in your terminal.
Stars: ✭ 55 (+57.14%)
Mutual labels:  coinmarketcap
coinmarketcap-ethtoken-db
A database of Ethereum tokens on CoinMarketCap.com in machine-friendly format
Stars: ✭ 25 (-28.57%)
Mutual labels:  coinmarketcap
coinmarketcap-api
CoinMarketCap.com API PHP wrapper
Stars: ✭ 26 (-25.71%)
Mutual labels:  coinmarketcap
Cointop
A fast and lightweight interactive terminal based UI application for tracking cryptocurrencies 🚀
Stars: ✭ 2,912 (+8220%)
Mutual labels:  coinmarketcap
coinwatch
Coinmarketcap console client to keep track of your crypto currency trades - are you winning or losing?
Stars: ✭ 73 (+108.57%)
Mutual labels:  coinmarketcap
python-coinmarketcap
CoinMarketCap Python API Wrapper
Stars: ✭ 67 (+91.43%)
Mutual labels:  coinmarketcap
coinmarketcap-icons-cryptos
Repository of all crypto icons, and allows you to download all images of icons of crypto currencies listed on the coinmarketcap site 9129 icons
Stars: ✭ 17 (-51.43%)
Mutual labels:  coinmarketcap
Coinsta
A Python package for acquiring both historical and current data of cryptocurrencies
Stars: ✭ 47 (+34.29%)
Mutual labels:  coinmarketcap
CoinMarketCap-Historical-Prices
Makes use of python3 and bs4 to scrape historical cryptocurrency prices, volume and market caps from coinmarketcap.com
Stars: ✭ 72 (+105.71%)
Mutual labels:  coinmarketcap
go-coinmarketcap
The Unofficial Coin Market Cap API client for Go.
Stars: ✭ 61 (+74.29%)
Mutual labels:  coinmarketcap
CryptoCurrency
Page to keep track of value & profits of a portfolio of cryptocurrency (based on Coinmarketcap, Bitfinex and Binance)
Stars: ✭ 27 (-22.86%)
Mutual labels:  coinmarketcap
kriptomist
Fundamental cryptocurrency analysis
Stars: ✭ 29 (-17.14%)
Mutual labels:  coinmarketcap

Discord Bots Discord Bots Discord Bots Discord Bots

CoinMarketBot

[4/15/2020] As of this day, the bot will no longer be hosted publically. I'm happy that the bot has reached a point of catering ~780 servers totaling ~258,000 members, but no longer do I have interest or the investment to maintain it. Should anyone have questions or need help with hosting their own bot, feel free to reach out to me. Preferably, I'd look at the v1 code to better understand the bot's original functionality. While it doesn't support Coinmarketcap's v2 API during that time, it's cleaner than some of the workarounds I had to do to accomadate for the API changes.

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:

paypal

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].