├── README ├── crawler.py └── requirements.txt /README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ewa/python-webcrawler/HEAD/README -------------------------------------------------------------------------------- /crawler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ewa/python-webcrawler/HEAD/crawler.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | beautifulsoup4==4.5.1 2 | --------------------------------------------------------------------------------