An open API service indexing awesome lists of open source software.

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.

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
image