Ecosyste.ms: Awesome

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

https://github.com/gwen001/github-search

A collection of tools to perform searches on GitHub.
https://github.com/gwen001/github-search

bash bugbounty companies employees github keys pentesting php private python secrets security-tools shell

Last synced: about 1 month ago
JSON representation

A collection of tools to perform searches on GitHub.

Lists

README

        

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](/../../issues/) if you have any problem with the script.