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
- Host: GitHub
- URL: https://github.com/lachee/yt-content-generator
- Owner: Lachee
- Created: 2023-04-15T15:58:09.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-21T02:55:19.000Z (about 3 years ago)
- Last Synced: 2025-01-25T09:11:51.333Z (over 1 year ago)
- Language: TypeScript
- Size: 83 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.