You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
alpcentaur cf3bb52684 corrected link glueing for pdf links for loop 8 months ago
spiders corrected link glueing for pdf links for loop 8 months ago
.gitignore added other exception for unitrue var text not being found, before saving index 0 to variable produced error to whole execution 8 months ago
README.md added instruction for downloading chromium driver for python selenium to README.md 9 months ago
main.py corrected link glueing for pdf links for loop 8 months ago
requirements.txt last commit in detached head 9 months ago

README.md

  __     _ _                     _     _
 / _| __| | |__        ___ _ __ (_) __| | ___ _ __
| |_ / _` | '_ \ _____/ __| '_ \| |/ _` |/ _ | '__|
|  _| (_| | |_) |_____\__ | |_) | | (_| |  __| |
|_|  \__,_|_.__/      |___| .__/|_|\__,_|\___|_|
                          |_|

Configure fdb-spider in a yaml file. Spider Multi page databases of links. Filter and serialize content to json.

Filter either by xpath syntax. Or Filter with the help of Artificial Neural Networks (work in progress).

To run this, create a python3 virtualenv, pip install -r requirements, and

apt install xvfb
apt install chromium
apt install chromium-webdriver