No description
This repository has been archived on 2024年08月10日 . You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
- Python 96.8%
- Shell 1.7%
- Dockerfile 1.5%
|
|
||
|---|---|---|
| justext | Remove white space from URLs | |
| docker-compose.yml | Fix name | |
| Dockerfile | Dockerize | |
| entrypoint.sh | Dockerize | |
| LICENSE | Initial commit | |
| main.py | Crawl a site | |
| poetry.lock | Fix pyproject.toml | |
| pyproject.toml | Fix pyproject.toml | |
| README.md | Update README.md | |
Mwmbl Crawler Script
Usage:
python main.py [-j n] [-u url1 url2 ...]
where n is the number of threads you want to run in parallel. If you specify URLs using the -u option, then just those URLs will be crawled instead of retrieving batches from the server.
Installing
Clone this repo, install poetry if necessary, cd into the repo and type
poetry install
poetry shell
then the main.py command as documented above.