https://github.com/leonardorat/telegram-bot
Simple Telegram bot that shows the XMR price in different currencies. Made with Python
https://github.com/leonardorat/telegram-bot
bot crypto monero python telegram telegrambot xmr
Last synced: 8 months ago
JSON representation
Simple Telegram bot that shows the XMR price in different currencies. Made with Python
- Host: GitHub
- URL: https://github.com/leonardorat/telegram-bot
- Owner: Leonardorat
- License: mit
- Created: 2025-11-04T11:46:19.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-11-04T12:33:56.000Z (8 months ago)
- Last Synced: 2025-11-04T14:18:20.300Z (8 months ago)
- Topics: bot, crypto, monero, python, telegram, telegrambot, xmr
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Telegram-bot
Simple Telegram bot that shows the XMR price in different currencies.
Made with Python
1. Create a bot via BotFather
Use @BotFather in Telegram to create a new bot and obtain your API token.
2. Install dependencies
This project uses Python and requires several third-party libraries.
Required packages:
*pyTelegramBotAPI
*requests
You can install them using any Python package manager (e.g., pip).
3. (Optional) Create a virtual environment
You can isolate project dependencies using any Python virtual environment tool
(e.g. venv).
5. Add your token from BotFather into:
```python
bot = telebot.TeleBot("Bot_API")
```
7. Run the bot
```bash
python main.py
```
You should see:
```bash
file aviable
bot started
```
7. Check your bot
P.S. I'm open to any feedback or criticism — feel free to share it.