https://github.com/nottezz/weatherbot
A Python telegram bot for checking the weather
https://github.com/nottezz/weatherbot
python-telegram-bot telegram-bot
Last synced: over 1 year ago
JSON representation
A Python telegram bot for checking the weather
- Host: GitHub
- URL: https://github.com/nottezz/weatherbot
- Owner: Nottezz
- Created: 2024-12-29T12:11:24.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-05T17:08:41.000Z (over 1 year ago)
- Last Synced: 2025-03-17T07:29:56.183Z (over 1 year ago)
- Topics: python-telegram-bot, telegram-bot
- Language: Python
- Homepage:
- Size: 98.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WeatherBOT
Телеграмм-бот [@PeperWeatherBot](https://t.me/PeperWeatherBot) предназначен для ознакомления с текущей погодой в указанном городе или в вашей локации.
## .env переменные
- `TOKEN` - Telegram bot токен
- `OPENWEATHER_API_KEY` - токен для работы с API сервиса [openweathermap.org](https://openweathermap.org/)
## Dev scripts
- `poetry run lint` - run isort, black and mypy check
- `poetry run format` - start formatting