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

https://github.com/florianwoelki/github-upvotes

Get all of the most upvoted GitHub issues in your project.
https://github.com/florianwoelki/github-upvotes

github rust

Last synced: 9 months ago
JSON representation

Get all of the most upvoted GitHub issues in your project.

Awesome Lists containing this project

README

          

# github-upvotes

A simple project to get a list of the most upvoted issues in a GitHub
repository.

## Set up

Create a `.env` file in the root of the project with the following content:

```sh
GITHUB_PAT=your_github_personal_access_token
USER_AGENT=your_github_username
```

## Running the project

To run the project, execute the following command:

```sh
cargo run --
```