Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/oskardudycz/community-stats
- Owner: oskardudycz
- License: mit
- Created: 2022-05-25T19:30:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-25T19:34:50.000Z (over 2 years ago)
- Last Synced: 2024-10-19T21:11:54.194Z (24 days ago)
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```