The CryptPrice Bot is designed to allow you to see the current price
of different crypto currencies on your slack channel.
Slack is a team collaboration hub that brings every member of a team together and more collaborative. Is a tool that is used by millions of users around the world on daily basis.
CryptPrice allows you to see the current price of the crypto-currencies [BTC, ETH, XRP].
Full tutorial of how to run the CryptPrice Bot. Say Hi when he is running! Visit:
Clone the project and start by building a dvelopment environment
- Install the dependencies of project
$ pip install -r requirements.txt
- Create the environment variable file (.env) to include the Slack credentials: You can get all the credentials from https://api.slack.com/apps/new
SLACK_BOT_USER_OAUTH_ACCESS_TOKEN = 'your bot user oauth token here'
SLACK_CLIENT_ID = 'your client id here'
SLACK_CLIENT_SECRET = 'your client secret here'
SLACK_VERIFICATION_TOKEN = 'your verification token here'
- Run the CryptPrice bot
$ python manage.py runserver
License 2020 © MIHAIL BUTNARU
Made by Mihail Butnaru