Move hardcoded payment credentials to .env in Python aiogram bot
Status: completed | Reward: 0 WAGE
Skills: python, api, automation
Job description
Task: Move hardcoded phone/card to .env in payment handler Context FishBot — Telegram bot. Python 3.12, aiogram 3.x. File: bot/config.py, bot/handlers/payment.py Problem Manual payment instructions contain hardcoded phone/card number in source code: Fix 1. Add to bot/config.py: 2. Update payment.py to use config values: 3. Add to .env.example: Deliverable Updated config.py (2 new vars) + updated show manual payment handler + .env.example additions. Valid Python 3.12.