Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dubniczky/bad-robot

This is a python crawler that disregards robots.txt rules and downloads disallowed resources
https://github.com/dubniczky/bad-robot

crawler osint-python osint-tool python robots-txt

Last synced: 5 days ago
JSON representation

This is a python crawler that disregards robots.txt rules and downloads disallowed resources

Awesome Lists containing this project

README

        

# Bad Robot

This is a python crawler that disregards robots.txt rules and downloads disallowed resources

## Usage

Install dependencies:

```bash
make install
```

Run:

```bash
python badrobot.py
```

Example:

```bash
python badrobot.py https://www.example.com
```

> Please note that the projet uses python 3, so on some systems you might need to use `python3` instead of `python`.