CODING PROJECT
Telegram-price-alert-bot
A Python Telegram bot for scheduled EUR and USD price alerts with per-user intervals, persistent settings, and restart-safe jobs.

About the project
Repository overview
PythonBot gives each Telegram user control over instant and scheduled currency price updates, with a simple menu-first flow and recoverable navigation.
Stack
Python 3.10+, python-telegram-bot with job queue, Requests, BeautifulSoup, and python-dotenv.
Product focus
Users can select a notification interval, request current prices, inspect status, pause alerts, and restore their schedule after a restart. Secrets are loaded from environment configuration rather than source code.