python-cinema-club-bot Public Domain (CC0) software for managing cinema clubs in group chats. Install python itself: sudo apt install python3 python-is-python3 You can install dependencies on Debian-based systems using apt and pip: export PYTHONUSERBASE=~/.local pip install --user --break-system-packages -r requirements.txt python main.py # or for background run nohup python main.py