Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rupav/flaskyoutubesearch
https://github.com/rupav/flaskyoutubesearch
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rupav/flaskyoutubesearch
- Owner: rupav
- License: mit
- Created: 2022-08-27T08:34:47.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-29T01:35:49.000Z (about 2 years ago)
- Last Synced: 2024-08-09T04:35:00.270Z (3 months ago)
- Language: Python
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# flaskYoutubeSearch
### Activate virtual environment
`python3 -m venv myproject`
`source myproject/bin/activate`### Install the dependencies
`pip3 install -r requirements.txt`### In-Memory DB used is SQL database.
sqlite3 DataBase/test.db### Set environment variables
`cd myApp`
`export FLASK_APP=app.py`
`export FLASK_DEBUG=1`
`export DEVELOPER_KEY=`### Run the application
`flask run`