Changes between Version 8 and Version 9 of python-cinema-club-bot
- Timestamp:
- Oct 10, 2024, 12:42:57 AM (5 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
python-cinema-club-bot
v8 v9 12 12 - [TODO] Collect info about cinema club members and watched films 13 13 14 In Libertarian Cinema Club we have the following workflow:15 - We have several members and every member once a week choose a movie16 - After that the next person does the same and it repeats the cycle17 - Any person can help the choosing one the film if he can't decide18 19 Ideally the bot should work with different workflows too, I think popular approach would be the voting for the next movie.20 21 14 python-cinema-club-bot is public domain, but underlying library python-telegram-bot is GPLv3, so you should be careful distributing this code if you use it. CC0 is compatible with GPLv3. You can modify this code as you want and use for any purpose.