https://github.com/magnitopic/telegramcryptobot
https://github.com/magnitopic/telegramcryptobot
bot python telegram telegram-bot
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/magnitopic/telegramcryptobot
- Owner: magnitopic
- Created: 2021-09-03T18:33:49.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-05-22T11:02:25.000Z (about 4 years ago)
- Last Synced: 2025-12-26T20:12:14.375Z (6 months ago)
- Topics: bot, python, telegram, telegram-bot
- Language: Python
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TelegramCryptoBot
## About the proyect
Codebase for a Telegram bot that gives price updates on stocks and cryptos. Can also set daily reminders on an assets price at an especific time.
To get the asset data I use Web Scraping. The source page is [Yahoo Finance](https://finance.yahoo.com/).
## Run the bot
Run the following command in your terminal to install de dependencies:
```bash
pip install -r requirements.txt
```
You'll have to rename _.env.example_ to just _.env_ and enter you bot token.
> If you don't know how to get a TOKEN, [I have a video on the topic](https://youtu.be/h1QGky22b-k)
Finaly run _bot.py_ with python.
```bash
python bot.py
```