Simple website crawler that asynchronously crawls a website and all subpages that it can find, along with static content that they rely on.
Project description
Simple website crawler that asynchronously crawls a website and all subpages that it can find, along with static content that they rely on. You can either use it as a library, inside your Python project or check out the provided CLI that can currently show you the crawled data (links, images, CSS and Javascript files) for each found site and create a sitemap.xml file.
Created primarily to play with asyncio, aiohttp and the new async/await syntax, so:
it requires Python 3.5 or higher
new features are not planned at the moment; feel free to suggest them though, as I’m happy to implement them if someone will actually use them ; -)
Full disclosure - halfway through the project I found this article (and code) which does pretty much exactly what I wanted and is co-written by the BDFL himself. Oh well. I still finished the project and didn’t copy anything explicitly but it did influence some of my choices. After all, if it’s good enough for the creator of the language I’m using, it’s probably good enough for me.
Installation
>From PyPI:
$ pip3 install simple-site-crawler
With git clone:
$ git clone https://github.com/pawelad/simple-site-crawler $ pip3 install -r simple-site-crawler/requirements.txt $ cd simple-site-crawler/bin
Usage
$ simple-site-crawler --help Usage: simple-site-crawler [OPTIONS] URL Simple website crawler that generates its sitemap and can either print it (and its static content) or export it to standard XML format. See https://github.com/pawelad/simple-site-crawler for more info. Options: -t, --max-tasks INTEGER Maximum allowed number of async tasks. -e, --export-to-xml Export sitemap to XML file. -s, --suppress Suppress printing output to stdout. --help Show this message and exit.
API
There’s no proper documentation as of now, but the code is commented and should be pretty straightforward to use.
That said - feel free to ask me either via email or GitHub issues if anything is unclear.
Tests
Package was tested with the help of py.test and tox on Python 3.5 and 3.6 (see tox.ini).
Code coverage is available at Coveralls.
To run tests yourself you need to run tox inside the repository:
$ pip install -r requirements/dev.txt
$ tox
Contributions
Package source code is available at GitHub.
Feel free to use, ask, fork, star, report bugs, fix them, suggest enhancements, add functionality and point out any mistakes. Thanks!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file simple-site-crawler-0.1.1.tar.gz
.
File metadata
- Download URL: simple-site-crawler-0.1.1.tar.gz
- Upload date:
- Size: 12.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 28089a9c70d322e289a8a6d8added7c0c65cd2faee124731bb421be0c8fc9255 |
|
MD5 | fea01c46736e64371de1a0a1b4d9e5f1 |
|
BLAKE2b-256 | cc06eb99ecea4e45d52761a525ee84b75282fb18d109b3442465185bc0c7d407 |
File details
Details for the file simple_site_crawler-0.1.1-py2.py3-none-any.whl
.
File metadata
- Download URL: simple_site_crawler-0.1.1-py2.py3-none-any.whl
- Upload date:
- Size: 14.9 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 523ac3b8ff62bf695864e8c7cebbddc9fdf868c56d33c4dfd621010397afb33d |
|
MD5 | eba58b782dbcc23c1283ac1207df50d8 |
|
BLAKE2b-256 | 4f375d1f6af51327ba580468c23600a00af01b59b51ff652e05b984547a7353b |