An open API service indexing awesome lists of open source software.

https://github.com/lachee/yt-content-generator

For those who are unoriginal
https://github.com/lachee/yt-content-generator

Last synced: about 1 year ago
JSON representation

For those who are unoriginal

Awesome Lists containing this project

README

          

# yt-content-generator
For those who are unoriginal

# usage
Will pull a top article from reddit
```
pnpm i
pnpm start
```

Oh yeah you will need some keys and stuff. Mostly a google client_secrets.json you get from an oAuth2 credential, and a .env with teh following:
```
GOOGLE_CREDENTIAL_PATH=./client_secret.json
GOOGLE_API_KEY=
GOOGLE_FOLDER=
PEXELS_KEY=
CHATGPT_KEY=

OUTPUT_DIR=outputs # Location of files
HISTORY_FILE=outputs/history.txt # History so it doesnt repeat
```

# License
This is not licensed, you may not use it other than research purposes.
- Do not use this to make actual shorts
- Do not sell any content generated
- Do not upload any content generated
- You use at your own risk
- You may not sell or distribute this software
- I retain sole propriatary rights to this software

TL;DR it's still my code im just sharing it as a reference.