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.
- Host: GitHub
- URL: https://github.com/florianwoelki/github-upvotes
- Owner: FlorianWoelki
- Created: 2024-04-18T06:57:16.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-01T10:18:08.000Z (over 1 year ago)
- Last Synced: 2025-04-23T12:59:28.952Z (9 months ago)
- Topics: github, rust
- Language: Rust
- Homepage:
- Size: 38.1 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 --
```