Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joergschultzelutter/radiosonde-telegram-bot
Telegram radiosonde landing prediction bot. Specify a radiosonde ID. The bot will query the sonde on predict.habhub.org and radiosondy.info. Resulting data will be returned to the user.
https://github.com/joergschultzelutter/radiosonde-telegram-bot
aprs aprs-is radiosonde-hunting radiosonde-telegram-bot telegram telegram-bot
Last synced: about 1 month ago
JSON representation
Telegram radiosonde landing prediction bot. Specify a radiosonde ID. The bot will query the sonde on predict.habhub.org and radiosondy.info. Resulting data will be returned to the user.
- Host: GitHub
- URL: https://github.com/joergschultzelutter/radiosonde-telegram-bot
- Owner: joergschultzelutter
- License: gpl-3.0
- Created: 2021-04-04T20:44:41.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-16T18:24:51.000Z (almost 3 years ago)
- Last Synced: 2024-10-14T08:49:54.092Z (3 months ago)
- Topics: aprs, aprs-is, radiosonde-hunting, radiosonde-telegram-bot, telegram, telegram-bot
- Language: Python
- Homepage:
- Size: 69.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# radiosonde-telegram-bot
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) [![CodeQL](https://github.com/joergschultzelutter/radiosonde-telegram-bot/actions/workflows/codeql.yml/badge.svg)](https://github.com/joergschultzelutter/radiosonde-telegram-bot/actions/workflows/codeql.yml)Radiosonde landing prediction Telegram bot
## Usage
Use the command ```/sonde [radiosonde]``` for running your prediction on a specific radiosonde. The bot will use the given radiosonde ID and run queries on the following web sites:- predict.habhub.org
- radiosondy.infoEach site gets queried individually.
## Dependencies
### Python packages
- [python-telegram-bot](https://github.com/python-telegram-bot/python-telegram-bot)
- [activesoup](https://github.com/jelford/activesoup) required: version 0.3.0 or greater
- [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/)
- [geopy](https://github.com/geopy/geopy)
- [requests](https://github.com/psf/requests)
- [xmltodict](https://github.com/martinblech/xmltodict)### Web sites
- predict.habhub.org
- radiosondy.info
- aprs.fi### API access keys
- aprs.fi API access key
- your own telegram API access key(both need to be stored in the ```radiosonde.cfg``` file)