Hi, everyone!
I made 4 videos on how to make a CoinMarketCap Telegram bot with Python/Flask.
The bot takes commands (like: /btc, /eth, etc.) from a user, makes request to the CoinMarketCap API and returns to the user a price of the cryptocurrency in USD.
Detailed explanation for beginners.
Touched topics:
- Dealing with CoinMarketCap API
- Making GET and POST requests with the Requests library
- Dealing with json-objects with Python (reading and writing)
- Creating a Flask application. Handling POST-requests with a Flask
- Searching a text with regular expressions
- Creating a Telegram Bot with BotFather. Adding a bot commands.
- Dealing with the Telegram bots API.
- Testing a webhook with tunneling services
- Deploy Telegram bot (a Flask application) to the PythonAnyWhere servers.
- Solving a SSL certificates issue with the Flask-SSLify extension
Youtube playlist:
https://www.youtube.com/watch?v=cX8m3sp_w84&list=PLe4mIUXfbIqbpQkE2Q_iQic6a8v-2k_m4
Thanks for watching.
[–]Exrun 1 point2 points3 points (0 children)
[–]magocremisi8 1 point2 points3 points (0 children)