source:
python-cinema-club-bot/README@
0239940
Last change on this file since 0239940 was 99cecda, checked in by , on Oct 10, 2024 at 7:50:25 AM | |
---|---|
|
|
File size: 391 bytes |
Line | |
---|---|
1 | python-cinema-club-bot |
2 | |
3 | Public Domain (CC0) software for managing cinema clubs in group chats. |
4 | |
5 | Install python itself: |
6 | sudo apt install python3 python-is-python3 |
7 | |
8 | You can install dependencies on Debian-based systems using apt and pip: |
9 | |
10 | export PYTHONUSERBASE=~/.local |
11 | pip install --user --break-system-packages -r requirements.txt |
12 | |
13 | python main.py |
14 | # or for background run |
15 | nohup python main.py |
Note:
See TracBrowser
for help on using the repository browser.