blob: 3f8f0f2d06328e9512aabdd266c1a247d75b557d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
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
|