youtube community alarm package
Project description
Youtube Community Alarm
Python3 Interface for Scheduling Crontab to Retrieve YouTube Community Posts and Send Notifications Periodically check for new posts, and if any are found, send a notification to macOS.
Quickstart
pip install youtube-community-alarm
>>> from youtubeCommunityAlarm import CrontabRegister
>>> channel_id = "@my_channel_id"
>>> cr = CrontabRegister(channel_id=channel_id)
>>> cr.register_crontab()
Check if the crontab is registered by running the following command:
crontab -l
# Output
# 0 */10 * * * /usr/bin/python3 /path/youtube_community_alarm.py --channel_id @my_channel_id /path/log.log 2>&1
Crontab Error Case
If you encounter errors from the crontab, you can refer to this troubleshooting guide
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file youtube_community_alarm-0.0.2-py3-none-any.whl.
File metadata
- Download URL: youtube_community_alarm-0.0.2-py3-none-any.whl
- Upload date:
- Size: 6.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9688916c138fb4806b65a9e83fd6125d1b1db7fe6f6288a1ff943cf06238ccab
|
|
| MD5 |
286a1804a21e2b5d0317c3881ea408ce
|
|
| BLAKE2b-256 |
77ec91af73ac35d84dbb76433da9454093c30cf2533e762512dffd369830bdf9
|