Documentation Home#
Fetch repositories and developers from GitHub Trending.
Here’s a simple example, get the trending python projects and display their full names:
from gtrending import fetch_repos
repos = fetch_repos(language="python") # Returns a dictionary
for repo in repos:
print(repo["fullname"]) # "user/repo" for each repo
Installation#
Install gtrending on PyPI using your favorite package manage. For example:
pip3 install gtrending
Contribute#
Issue Tracker: https://github.com/hedyhli/gtrending/issues
Source Code: https://github.com/hedyhli/gtrending
Support#
If you are having issues, please open an issue on the github issue tracker as linked above.
License#
The project is licensed under the MIT license.
Indices and tables#
- Fetch Module
- Utilities
- API Reference
- fetch
- paramutils
SINCE_PARAMcheck_language()check_since()check_spoken_language()check_spoken_language_code()check_spoken_language_name()convert_language_name_to_param()convert_spoken_language_name_to_code()languages_dict()languages_list()languages_names()languages_params()spoken_languages_codes()spoken_languages_dict()spoken_languages_list()spoken_languages_names()