https://github.com/engageintellect/youtube-api-python
A basic youtube search function using YouTube's API and Python.
https://github.com/engageintellect/youtube-api-python
api python youtube
Last synced: about 1 month ago
JSON representation
A basic youtube search function using YouTube's API and Python.
- Host: GitHub
- URL: https://github.com/engageintellect/youtube-api-python
- Owner: engageintellect
- Created: 2023-02-06T01:41:45.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-06T01:53:16.000Z (over 3 years ago)
- Last Synced: 2025-03-31T09:21:23.867Z (about 1 year ago)
- Topics: api, python, youtube
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# youtube-api-python
## getting started
```bash
git clone https://github.com/engageintellect/youtube-api-python
cd youtube-api-python
python3 main.py
```