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!
You can either try the public demo here, or you can download the source code in this repository following these instructions:
- 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
- Navigate to the folder
cd sternenkarte-bot
- Install requirements with
pip
(you require Python 3.10 or above for this)
pip install -r requirements.txt
-
Get a bot TOKEN from @BotFather on Telegram. If you don't know how to create a bot, click here.
-
Once you have a bot TOKEN, execute the main script of the project:
python main.py