Changes between Version 8 and Version 9 of python-cinema-club-bot


Ignore:
Timestamp:
Oct 10, 2024, 12:42:57 AM (5 weeks ago)
Author:
w96k
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • python-cinema-club-bot

    v8 v9  
    1212- [TODO] Collect info about cinema club members and watched films
    1313
    14 In Libertarian Cinema Club we have the following workflow:
    15 - We have several members and every member once a week choose a movie
    16 - After that the next person does the same and it repeats the cycle
    17 - Any person can help the choosing one the film if he can't decide
    18 
    19 Ideally the bot should work with different workflows too, I think popular approach would be the voting for the next movie.
    20 
    2114python-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.