https://github.com/aenesgur/scrape-youtube-autocomplete
It is an application that scrapes Youtube Autocomplete with Python.
https://github.com/aenesgur/scrape-youtube-autocomplete
data-extraction python web-crawler-python web-scraping youtube youtube-autocomplete
Last synced: 4 months ago
JSON representation
It is an application that scrapes Youtube Autocomplete with Python.
- Host: GitHub
- URL: https://github.com/aenesgur/scrape-youtube-autocomplete
- Owner: aenesgur
- Created: 2022-11-18T14:27:26.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-18T14:41:49.000Z (over 2 years ago)
- Last Synced: 2025-01-08T08:45:28.246Z (5 months ago)
- Topics: data-extraction, python, web-crawler-python, web-scraping, youtube, youtube-autocomplete
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# scrape-youtube-autocomplete
It is an application that scrapes Youtube Autocomplete with Python.
### Project Setup
```sh
pip install parcel selenium webdriver webdriver_manager
```
### Run
```sh
python index.py
```### Test Inputs
search_items = ["rihanna ", "lana del rey ", "eminem "]### Output