Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/m0zgen/http-codes-spyder

🕷 HTTP codes crawler with Scrapy from https://httpstatuses.com
https://github.com/m0zgen/http-codes-spyder

Last synced: 1 day ago
JSON representation

🕷 HTTP codes crawler with Scrapy from https://httpstatuses.com

Awesome Lists containing this project

README

        

## HTTP Codes Spyder

Spyder it's like as Spider which download and save to CSV HTTP coodes from web-site - https://httpstatuses.com/

## Uder hood

* Python3
* Scrapy
* CSV writer

## Usage

Clone repo:

```bash
git clone https://github.com/m0zgen/http-codes-spyder.git && cd http-codes-spyder
```

Create venv:

```bash
python3 -m venv venv
```

Activate venv:

```bash
source venv/bin/activate
```

Then install packages from requirements.txt:

```python
pip install -r requirements.txt
```

`cd` to `codespy` folder:

```
cd codespy/
```

Run Spyder:

```python
python start.py
```