https://github.com/ntshvicky/youtube-management
Login to google account and see your youtube videos, likes and comments. Upload new video
https://github.com/ntshvicky/youtube-management
flask python youtube-api
Last synced: about 1 month ago
JSON representation
Login to google account and see your youtube videos, likes and comments. Upload new video
- Host: GitHub
- URL: https://github.com/ntshvicky/youtube-management
- Owner: ntshvicky
- Created: 2024-08-01T18:04:08.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-01T19:00:09.000Z (almost 2 years ago)
- Last Synced: 2025-01-21T20:48:56.732Z (over 1 year ago)
- Topics: flask, python, youtube-api
- Language: Python
- Homepage: https://ytmanage.nitishsrivastava.com/
- Size: 23.2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Youtube Management
pip install Flask Flask-OAuthlib google-api-python-client google-auth-httplib2 google-auth-oauthlib
pip install Flask Authlib google-api-python-client google-auth-httplib2 google-auth-oauthlib
pip install python-dotenv
git rm -r --cached env/
find . | grep -E "(__pycache__|\.pyc|\.pyo$)" | xargs rm -rf
##### setup ####
set in https://console.cloud.google.com/ -> credentials
1. Authorised JavaScript origins
http://localhost
http://localhost:5000
2. Authorised redirect URIs
http://localhost:5000/authorized
https://ytmanage.nitishsrivastava.com/