Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/m0zgen/http-codes-spyder
- Owner: m0zgen
- Created: 2020-07-08T06:12:53.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-11-04T19:42:39.000Z (about 2 years ago)
- Last Synced: 2023-05-15T23:50:22.694Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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
```