Youtube comment detector for this event video
Youtube Comment Detector detects if there are comments that have been registered for a certain period of time without additional comments.
- Fetches recent comments of video
- Check if there's 1 minute or more gap between adjacent two comments
- Report the result to configured email address
Youtube Comment Detector uses a number of open source projects to work properly:
- Google API - Google API module for python
- Google Auth - Google Oauth2 module for python
Youtube Comment Alarm requires Python 3.9.12 and Ubuntu 20.04 LTS is recommended.
All python venv requirements are in the file requirements
For development environments
make venvTo install service
make serviceFeel free to contribute!
GPL