Changes between Version 18 and Version 19 of python-cinema-club-bot
- Timestamp:
- Oct 13, 2024, 3:54:53 AM (5 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
python-cinema-club-bot
v18 v19 1 = python-cinema-club-bot 1 2 python-cinema-club-bot is bot for Telegram specialized for managing cinema club activities. Initially it was done for Libertarian Cinema club in Tbilisi, Georgia. 2 3 … … 7 8 Bot handle: [https://t.me/python_cinema_club_bot @python-cinema-club-bot] 8 9 9 Features: 10 == Features 10 11 - Choosing a film by imdb id 11 12 - Choosing and auto switching to a person who proposes the next film … … 14 15 - List of nicknames is the only thing needed to collect. No other information besides films and events are not stored. 15 16 17 == License 16 18 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.