No description
- Python 100%
| crawler.py | ||
| LICENSE.md | ||
| phantomjs-license.BSD | ||
| phantomjs.exe | ||
| README.md | ||
| requirements.txt | ||
Crawler
Tiny python program that crawls results for input search from DuckDuckGo, Bing and Yahoo and then finds input regex in result websites. This could only ever be used for something good... ;)
Dependencies
- beautifulsoup4
- selenium
To install all requirements using pip, execute:
pip install -r requirements.txt
PhantomJS is also required, but provided within this distibution. If you have any trouble, delete PhantomJS files and install it manually.
License
Licensed under MIT License.