Skip to content

'SternenKarte' is a Telegram bot to query information about stars, constellations and recurrence relations.

License

Notifications You must be signed in to change notification settings

giusgo/sternenkarte-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sternenkarte

Telegram bot to query information about stars, constellations and recurrence relations



📚 How to use

As shown in the screenshot above, you can use the /start command to start the conversation.

You may also use the /help command to get a list of the functions the bot can do, such as:

  • 🔁 Solve recurrence relation (especially, inhomogeneous) with /rsolve

  • 🌌 Get data of stars and constellations with /constellations

BONUS: The bot is trained to answer to things like "Hello" or "How are you?". Try to say hello to the bot!

Public demo/Self-host

You can either try the public demo here, or you can download the source code in this repository following these instructions:

  1. Clone this repository locally (you can also, click on the green Code button, download the .zip file and extract it)
git clone https://github.com/manzeloth/sternenkarte-bot.git
  1. Navigate to the folder
cd sternenkarte-bot
  1. Install requirements with pip (you require Python 3.10 or above for this)
pip install -r requirements.txt
  1. Get a bot TOKEN from @BotFather on Telegram. If you don't know how to create a bot, click here.

  2. Once you have a bot TOKEN, execute the main script of the project:

python main.py

Hosted on

pythonanywhere

About

'SternenKarte' is a Telegram bot to query information about stars, constellations and recurrence relations.

Topics

Resources

License

Stars

Watchers

Forks

Languages