Open alexlaverty opened 2 years ago
Schedule video publishing to social media platforms.. (egg:youtube) ...?
I have been working on uploading video to youtube after compilation completes, still a work in progress, same with Rumble needs more work.
I have configured auto upload to youtube, have started using the simple-youtube-api library to do so : https://github.com/jonnekaunisto/simple-youtube-api
seems to be a more reliable method to upload youtube videos rather than relying on selenium web scraping.
Pushed some updates to enable ability to check for @ mentions in reddit and generate a video based off that post
https://github.com/alexlaverty/ttsvibelounge/commit/a5121763bbf04972f690afa135b88b34f256c3bc
parser.add_argument('--enable-mentions',
action='store_true',
help='Check reddit account for u mentions')
Requires additional secrets to be configured in auth.py :
praw_username = your_reddit_username
praw_password = your_reddit_password
Functionality is still a work in progress and possible requires some more work to it, need to reply to user with link to video once it's created
In the new update, when I use the command: python app.py --url ... it doesn't run the above command, instead it runs subreddits = [... ]. Please try to check it again
What to build a reddit bot that will :
on a schedule check Reddit for any @ mentions,
generate a video,
upload it to youtube,
reply to the original user with a link to the video.
[x] on a schedule check Reddit for any @ mentions,
[x] generate a video,
[x] upload it to youtube,
[ ] reply to the original user with a link to the video.