Skip to content

Commit

Permalink
Merge pull request #46 from stefanofusai/45-add-development-section-t…
Browse files Browse the repository at this point in the history
…o-readme
  • Loading branch information
stefanofusai authored Oct 29, 2024
2 parents 5edb2ae + dc70366 commit 30f6d52
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ INFLUXDB_TOKEN = ...
STATS_CLASS = "scrapy_influxdb_exporter.InfluxDBStatsCollector"
```

## Development

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

## Acknowledgments

This project was inspired by [scrapy-prometheus-exporter](https://github.com/rangertaha/scrapy-prometheus-exporter) by [@rangertaha](https://github.com/rangertaha) and [this article](https://mikulskibartosz.name/how-to-monitor-scrapy-spiders-using-influxdb-and-grafana) by [@mikulskibartosz](https://github.com/mikulskibartosz).
Expand Down

0 comments on commit 30f6d52

Please sign in to comment.