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

https://github.com/saif807380/gh-topics-scraper

Scrape 100 most popular repositories by topic on Github
https://github.com/saif807380/gh-topics-scraper

Last synced: about 1 month ago
JSON representation

Scrape 100 most popular repositories by topic on Github

Awesome Lists containing this project

README

          

# Github Topics Scraper

## Setup

1. Clone this repository

2. Create a virtual environment

3. Install dependencies

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

4. Install the package in editable mode

```python
pip install -e .
```

5. Run the command

```bash
ghs
```