This bot helps you to track your daily mood and record it. Also bot uses Star Wars API for movie recommendations.
git clone https://github.com/PhilySky7/MoodTrackerBot.git
Create and activate virtual environment:
python -m venv venv
-
Linux/macOS
source env/bin/activate -
Windows
source env/scripts/activate
python -m pip install --upgrade pip
Install requirements from requirements.txt:
pip install -r requirements.txt
Author: Philip Skurlatov
https://github.com/PhilySky7
Tech used: python, aiogram, requests, dotenv, telegram_bot