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

https://github.com/chubek/potpourri

Parallelized web scraping library
https://github.com/chubek/potpourri

concurrency google google-programmable-search-engine google-search library parallel pip python python-library requests web web-api web-request-handling web-scraping

Last synced: 15 days ago
JSON representation

Parallelized web scraping library

Awesome Lists containing this project

README

          

# Potpourri

## Scraping API in Form of a Library

Potpourri is a Python library that scrapes HTML pages, searches google for the page, and all that hooya.

Install:
```
pip3 install git+git@github.com:Chubek/potpourri.git
OR
pip3 install git+https://github.com/Chubek/potpourri.git
```

Make sure to provide environment variables.

(I will write a fully-fledged documentation for this, meanwhile you can ask me on Discord as of how to use it Chubak#7400)