Skip to content

gwen001/github-search

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
June 26, 2020 15:24
February 9, 2023 15:16
November 17, 2022 15:54
August 10, 2020 10:38
September 27, 2019 12:02
October 8, 2019 15:30
December 2, 2022 09:48
November 17, 2022 21:37
February 9, 2023 15:17
November 17, 2022 15:54
June 20, 2020 20:28
November 17, 2022 14:47
November 17, 2022 15:54
November 17, 2022 14:47
February 9, 2023 15:16
November 17, 2022 15:54
November 17, 2022 15:54
February 9, 2023 15:16
February 7, 2018 13:49
June 25, 2020 12:29
June 25, 2020 12:37
October 9, 2019 18:44
November 17, 2022 16:36

github-search

A collection of tools to perform searches on GitHub.

bash badge python badge php badge MIT license badge twitter badge


Install

git clone https://github.com/gwen001/github-search
cd github-search
pip3 install -r requirements.txt

Most of the time GitHub requires a token to perform searches.

You can create a .tokens file in the cloned repo directory with 1 token per line
OR
You can configure an environment variable (recommended) like this: GIHTHUB_TOKEN=token1,token2,...

Documentation

https://10degres.net/github-tools-collection/


Feel free to open an issue if you have any problem with the script.