Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/oskardudycz/community-stats

Gathers community stats from all around the world
https://github.com/oskardudycz/community-stats

Last synced: 14 days ago
JSON representation

Gathers community stats from all around the world

Awesome Lists containing this project

README

        

# Community Stats

## Scrape GitHub data

1. Get and install Python: https://www.python.org/downloads/

2. Go to `src/github` folder

```shell
cd ./src/github
```

3. Install dependencies

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

3. To scrape data run:

```shell
python ./scrape.py
```

**WARNING!:** Running scraper will erase previous results

4. To process scraped data run:

```shell
python ./process.py
```