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

https://github.com/stephancill/github-trending-api

Trending page on GitHub served as REST API
https://github.com/stephancill/github-trending-api

beautifulsoup github github-trending sanic scraping

Last synced: 12 months ago
JSON representation

Trending page on GitHub served as REST API

Awesome Lists containing this project

README

          

# github-trending-api
Trending page on GitHub served as REST API

# Requirements
* Python 3.6
* [pipenv](https://github.com/pypa/pipenv)

# Installation
* `git clone https://github.com/stephancill/github-trending-api.git`
* `cd github-trending-api`
* `pipenv install`
* `pipenv run python main.py`

# Usage
Query [localhost:8000/trending](http://localhost:8000/trending)

# Todo
* [ ] Add url params for timeframe (daily , weekly, monthly) and language

# Contributing
Open a pull request for any of the above todos :)