Turn Telegram into a Buda.com interface.
To get the bot working the first thing you need to do is clone the repo:
git clone https://github.com/andreskemeny/telegram-cryptobot.gitCreate a credentials.py file with the following structure:
API_KEY = 'your buda api key'
SECRET = 'your buda secret key'
BOT_TOKEN = 'your telegram bot token'
URL = 'your heroku app url'You'll get API_KEY and SECRET from your Buda.com account, BOT_TOKEN from Telegram and URL from your Heroku app.
With a Heroku app created, get the Heroku Git URL and push your changes there — assuming your credentials.py file was set up correctly, once you push to Heroku, the bot should be deployed.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.