https://github.com/fluks/youtube-dislikes-adder
Add dislikes to the description of your YouTube videos.
https://github.com/fluks/youtube-dislikes-adder
dislikes youtube youtube-api
Last synced: 11 months ago
JSON representation
Add dislikes to the description of your YouTube videos.
- Host: GitHub
- URL: https://github.com/fluks/youtube-dislikes-adder
- Owner: fluks
- License: gpl-3.0
- Created: 2022-01-01T00:16:47.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-02-05T13:55:12.000Z (over 2 years ago)
- Last Synced: 2024-11-29T07:36:44.877Z (over 1 year ago)
- Topics: dislikes, youtube, youtube-api
- Language: Python
- Homepage:
- Size: 64.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Description
Add number of dislikes to the description of your YouTube videos. Number of
dislikes are updated if you let this function as a bot.
# Requirements
Python dependencies can be found in [requirements.txt](requirements.txt).
You will need to create a project on Google Developers Console and YouTube Data
API credentials. The credentials must be OAuth2. See [getting started guide](https://developers.google.com/youtube/v3/getting-started).
Use the same Google account you use YouTube with.
After the first step, download OAuth client file and rename it to `client_secret.json`.
That's all, now run the script.
# Quota
You will have 10,000 units quota per day using the YouTube API. On each round
2 + number_of_videos * 1-51 units are used.
# Screenshot

# License
GPL3.