EDITED: THE Video series about Prague
EDITED: THE Video series about Prague
www.youtube.com /@HONESTGUIDE
The Honest Guide created the series (not just) about Prague. What to expect, how to avoid scams, and lovely recommendations for visitors and locals.
You're viewing a single thread.
All Comments
4 comments
Maybe we could set up a bot to post a link to each video as it comes out... A Python script running on one of our computers could do the trick.
- Fetch channel's video list using something like
yt-dlp
every hour - Check videos newer than [script start date] against list of already processed video IDs in a file
- Display a prompt:
new video found: <title>; post video to [email protected]? [Y/n/watch]
- Post using the
pythorhead
library from a dedicated bot account - Add video ID to file
2 0 ReplyI totally fancy this idea!
1 0 Reply
- Fetch channel's video list using something like