Skip to content

Latest commit

 

History

36 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Starred Issue Tracker

This script retrieves and filters help-wanted issues from GitHub repositories that a specified user has starred.

Usage

To use this script, you will need to set your GitHub username and personal access token as environment variables in a .env file in the same directory as the script. The .env file should contain the following lines:

GITHUB_USERNAME=yourgithubusername
TOKEN=yourpersonalaccesstoken

You can then run the script by executing the following command in your terminal:

python starred_issue_tracker.py

The script will retrieve and filter help-wanted issues from all of the repositories that you have starred on GitHub and print the titles of the relevant issues to the console.

Dependencies

This script requires the following dependencies:

  • requests
  • python-dotenv

You can install these dependencies by running the following command in your terminal:

pip install -r requirements.txt

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

StarredIssueTracker est un outil open-source qui permet de trouver facilement les issues étiquetées dans les dépôts étoilés sur GitHub. Il permet aux développeurs de filtrer les problèmes ouverts et d'afficher les résultats pour contribuer ou mieux comprendre le code source.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages