<h1 align="center">github-search</h1>

<h4 align="center">A collection of tools to perform searches on GitHub.</h4>

<p align="center">
    <img src="https://img.shields.io/badge/-bash-gray" alt="bash badge">
    <img src="https://img.shields.io/badge/python-v3-blue" alt="python badge">
    <img src="https://img.shields.io/badge/php-%3E=5.5-blue" alt="php badge">
    <img src="https://img.shields.io/badge/license-MIT-green" alt="MIT license badge">
    <a href="https://twitter.com/intent/tweet?text=https%3a%2f%2fgithub.com%2fgwen001%2fgithub-search%2f" target="_blank"><img src="https://img.shields.io/twitter/url?style=social&url=https%3A%2F%2Fgithub.com%2Fgwen001%2Fgithub-search" alt="twitter badge"></a>
</p>

<!-- <p align="center">
    <img src="https://img.shields.io/github/stars/gwen001/github-search?style=social" alt="github stars badge">
    <img src="https://img.shields.io/github/watchers/gwen001/github-search?style=social" alt="github watchers badge">
    <img src="https://img.shields.io/github/forks/gwen001/github-search?style=social" alt="github forks badge">
</p> -->

---

## 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.  

