SS's repository for EES398 2024 (EE30)
Caution
For student who use windows, if you have problem something after installing python. Try to fix by following solution on this link https://www.liquidweb.com/kb/how-do-i-set-system-variable-path-for-python-on-windows/
flask --app application run --debug --reload
After run this code on your termial (Mac) or command prompt (Windows), open this link http://127.0.0.1:5000 on a browser.
- Don't forget to install package of YouTube api first to use it in your project by
pip install --upgrade google-api-python-client - Change API_KEY on application.py at line 46 to your API_KEY (You will get this API_KEY from your personal YouTube account. You have to follow my slide on 62-70.
. . . Good Luck 😉