Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Dharisd/iss_bot
Telegram bot to find when international space station passes over a location
https://github.com/Dharisd/iss_bot
Last synced: 26 days ago
JSON representation
Telegram bot to find when international space station passes over a location
- Host: GitHub
- URL: https://github.com/Dharisd/iss_bot
- Owner: Dharisd
- License: mit
- Created: 2019-03-22T02:54:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-14T08:44:19.000Z (almost 5 years ago)
- Last Synced: 2024-08-03T13:02:12.434Z (4 months ago)
- Language: Python
- Size: 91.8 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-maldives - ISS bot - Telegram bot to find when international space station passes over a location. (Table of Contents / PYTHON Projects)
README
# ISS BOT
Telegram bot to find when iss will pass over your location. Uses skyfield todo calculations and matplotlib to plot graphs.sends image showing where on sky iss will be visible and rise/set time# Documentation
requires python 3.6+**bot.py :** Is the bot and will reply to /allpasses and /visible
**send_times.py:** checks whether a visble pass is found for todayif found will send about it to a selected chatid. Can be setup as a cronjob to run everyday
# Setup
Add token to bot.py and send_times.py
change coords to your location in bot.py and send_times.py```
pip install -r requirements.txt
python bot.py```
# TODO
use enviroments variables to store location and token