youtube community alarm package
Project description
Youtube Community Alarm
Python3 Interface for Scheduling Crontab to Retrieve YouTube Community Posts and Send Notifications
Quickstart
pip install youtube-community-alarm
>>> from crontab_register 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 Distribution
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.1.tar.gz.
File metadata
- Download URL: youtube-community-alarm-0.0.1.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4d28368cde0ea0a1b9df1752c86fc17f7af0e0da2049581769ce3a4172ab25ed
|
|
| MD5 |
1643e59ceb131aae693d4cd23c6752b2
|
|
| BLAKE2b-256 |
a9730fa7f42ae799a5b3d150c638a734af36f8a3e376591e116336ee054adf41
|
File details
Details for the file youtube_community_alarm-0.0.1-py3-none-any.whl.
File metadata
- Download URL: youtube_community_alarm-0.0.1-py3-none-any.whl
- Upload date:
- Size: 5.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3bea645cc5a72c37f0d94d9a756319e6bf3f3212e353b520d448092271f3bad6
|
|
| MD5 |
806bf9f6315ecb0ff84805e2c8508725
|
|
| BLAKE2b-256 |
4e5b5cf2a77d35b358a9ae2779c98cd2d0faa64a2a0e6d26d9ea0538d63d2215
|