Skip to content

A Python script that tracks the USD/RUB exchange rate using the apilayer API and sends updates via a Telegram bot. It operates on weekdays from 10:00 to 20:00, sending updates every 3 hours.

Notifications You must be signed in to change notification settings

Cheater121/usd_rub_tg_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

usd_rub_tg_bot

You can run this bot to Get usd to rub exchange rate.

It will send every 3 hours message with current rate in your chat in telegram.

For Get it uses https://exchangeratesapi.io (Exchange Rates API) - for free 250 requests per month.

You need to make tokens.py with tg_token (telegram token of your bot).

and exch_token (exchangeratesapi.io token).

Or you can add two variable in usd_rub_tg_bot.py with delete import.

Good luck.

About

A Python script that tracks the USD/RUB exchange rate using the apilayer API and sends updates via a Telegram bot. It operates on weekdays from 10:00 to 20:00, sending updates every 3 hours.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages