Skip to content

anthonywritescode/youtube-description-change

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

youtube-description-change

  • set up an api key using google's cloud console
  • you will also need an oauth application
    • I used "Web Application" with a callback of "https://localhost:5000/callback"
    • you don't actually need to have a webapp running
    • I used the https://www.googleapis.com/auth/youtube.force-ssl scope
  • you need to get an oauth token, we won't bother with refresh, etc.
    • download the creds that the console gives you and save them as goog.json
    • to do that, run get_oauth.py (it will spit out a link, click that)
    • then paste the resulting redirect url (https://localhost:5000/...) into get_oauth.py and run it again, it should give you a bearer token.
  • take both the api key and bearer token and make a config.json with this format: {"key": ..., "token": ...}
  • finally, run python -m change_descriptions

About

script to update the social links in my youtube descriptions

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages