Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 413 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 413 Bytes

YTAuto

Youtube automation - creating compilation videos

Posting here: https://www.youtube.com/channel/UCy6UwC18Mg6-K54H73E9rrQ

To create and use repo:

  1. python -m venv venv
  2. source venv/bin/activate
  3. pip install -r requirements.txt
  4. cd src
  5. python main.py

Run flask app:

  1. cd src
  2. flask run
  3. go to localhost:5000

FLASK_APP=app.py FLASK_DEBUG=1 flask run

flask run --without-threads