python-youtube-api
A basic Python YouTube v3 API to fetch data from YouTube using public API-Key without OAuth
File Explorer
Download Latest Version (.zip)- search_term_channel.csv
- search_term_playlist.csv
- search_term_videos.csv
- search_channel_id.csv
- comment_reply.csv
- parent_video_comment.csv
- __init__.py
- helper.py
- __init__.py
- search_keyword.py
- video_comments.py
- videos_channelid.py
- .gitignore
- __init__.py
- config.py
- LICENSE
- main.py
- Makefile
- README.md
- requirements.txt
- youtube_api_cmd.py
# Installation Guide
1. Get the code
git clone https://github.com/srcecde/python-youtube-api
Downloads the entire project code from GitHub to your computer.
cd python-youtube-api
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
python main.py
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
3. Make
MediumPrerequisites
- Git Needed to download the project code from GitHub.
- Make Usually pre-installed on Linux/macOS. On Windows, install separately (e.g. via MSYS2 or WSL).
make
Compiles the code based on the generated build configuration to produce an executable.
If it finishes without errors, it worked. Try running the generated executable directly.
// repository documentation
Was this content helpful?
(0 ratings)
