Skip to content

This was something written to spam random videos to a youtube server. It uses Google's Youtube API and Discord webhooks to accomplish this with the bare minimum of fuss (only official Python libs used).

License

Notifications You must be signed in to change notification settings

SomewhatDamaged/Youtube-Video-Spammer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Youtube-Video-Spammer

You can use this as a crontask or whatever. Just feed it the webhook, a channel or playlist, and watch it go.
You will need to either put your youtube API key into the python file or change it to use environment variables.
Blah blah blah—use at your own risk.

Usage:

python random_youtube.py <username=sent username> <playlist=youtube playlist ID> <channel=youtube channel URL> <history=path to a JSON file> [webhook=webhook URL]

username, channel, and playlist can be specified multiple times
must include either channel or playlist options and must have a webhook

Example:
python random_youtube.py username=Wondercat channel=https://www.youtube.com/user/smbctheater webhook=https://discord.com/api/webhooks/876445614444487777/whatevergoeshereIdontknow

About

This was something written to spam random videos to a youtube server. It uses Google's Youtube API and Discord webhooks to accomplish this with the bare minimum of fuss (only official Python libs used).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages