KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
youtube-negativity-manager
★ 24
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
timetable_csea
:
Timetable PWA of B.Tech CSEA, Batch of 2025, Amrita Vishwa Vidyapeetham
geolocation
:
No description available.
pump.fun-sniper
:
pump.fun wallet monitor and sniper
ShanghaiTech-YSYX
:
Unofficial guide for ysyx students applying to ShanghaiTech University
idd
:
A System for Differential Debugging
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
youtube-negativity-manager
?
Download (.md)
YouTube Negativity Manager ======================================= A Python script to get rid of negative comments for your YouTube video. ----- The program does the following: 1. Get my recent videos 2. List all comments for a video (include comment text and id) 3. For each comment, check positivity using chatgpt (return yes or no) 4. delete any negative comment using comment id. You need the following two authentication methods: 1. An [API key](https://platform.openai.com/docs/quickstart?context=python) to authenticate to ChatGPT API. 2. A [client secrets json file](https://developers.google.com/youtube/v3/guides/authentication) to authenticate to YouTube API that uses OAuth 2.0. To run the script: ``` python3 youtube.py ```