/Cryptifica

Cryptocurrency checker bot in Telegram by @m3r1v3 💰

Primary LanguagePythonMIT LicenseMIT

Cryptifica

Cryptocurrency checker bot in Telegram

Hey 👋🏻

I'm your personal cryptocurrency checker bot, made with ❤ on 🐍 by @m3r1v3 🤖💰

What can I do?
- 💰 Show the current cryptocurrency prices
- 📈 Show cryptocurrency price chart for the last 30 days
- 📝 Make review for your favorite cryptocurrencies
- ⭐ Save your cryptocurrencies to favorites
- 🔔 Make review for you in specified time
...and other features that we will make in the future ✨

Check prices, make charts with me. With Cryptifica 🤖

Dependencies 🗃

Telegram APIpython-telegram-bot20.3
Database ORMSQLAlchemy2.0.16
GraphingPlotly5.15.0
Virtual environmentvirtualenv20.23.0

How to run 🚀

To run the bot use the next commands in terminal

On Windows

virtualenv venv
venv\Scripts\activate
python src\bot.py

On Linux/Mac

virtualenv venv
. venv/Scripts/activate
python src/bot.py

Environment Variables 📃

BOT_TOKENTelegram bot token
DATABASE_URLSQL Database URL