https://github.com/xigmadev/bonbast2tg
Bonbast2TG is a project that fetches exchange rates from Bonbast and sends updates to a Telegram channel every 10 Min
https://github.com/xigmadev/bonbast2tg
bonbast bonbast2tg currency gold price telegram
Last synced: 5 months ago
JSON representation
Bonbast2TG is a project that fetches exchange rates from Bonbast and sends updates to a Telegram channel every 10 Min
- Host: GitHub
- URL: https://github.com/xigmadev/bonbast2tg
- Owner: XigmaDev
- Created: 2024-12-28T13:56:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-09T17:58:11.000Z (over 1 year ago)
- Last Synced: 2025-02-09T18:35:50.167Z (over 1 year ago)
- Topics: bonbast, bonbast2tg, currency, gold, price, telegram
- Language: Python
- Homepage: https://t.me/bonbast2tg
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bonbast2TG
Bonbast2TG is a project that fetches exchange rates from Bonbast and sends updates to a Telegram channel.
## Features
- Fetches exchange rates from Bonbast with (https://github.com/SamadiPour/bonbast)
- Sends updates to a specified Telegram channel
- Configurable update intervals
## Installation
1. Clone the repository:
```sh
git clone https://github.com/yourusername/bonbast2tg.git
```
2. Navigate to the project directory:
```sh
cd bonbast2tg
```
3. Install the required dependencies:
```sh
pip install -r requirements.txt
```
## Configuration
1. Create a `.env` file in the project directory with the following content:
```env
TELEGRAM_BOT_TOKEN=your_telegram_bot_token
TELEGRAM_CHAT_ID=your_telegram_chat_id
```
## Usage
Run the script to start fetching exchange rates and sending updates:
```sh
python main.py
```