Metadata-Version: 2.1
Name: gitcollect
Version: 1.5.5
Summary: it gets github info
Home-page: https://github.com/LogSkele/gitcollect
Author: iop3
Author-email: keystove@gmail.com
Project-URL: Bug Tracker, https://github.com/LogSkele/gitcollect/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

<h1 align="center">gitcollect 🪙</h1>

<h4 align="center">still in progress</h4>


<h4 align="center">Gets github information by web scraping. Inspired by <a href="https://github.com/kokonut27/Git-API/">Git-Api</a>.</h4>

## How to Use?

```
pip install -r requirements.txt
```

```
pip install gitcollect
```

Example:

```py
from gitcollect import *
repo_desc("https://github.com/LogSkele/gitcollect/")
```
should get
```
ℹ it gets github info
```

## Documentation

Maybe I'll add one...?

## Contributing

Just make a pull request.

## License

gitcollect is under the [MIT license](https://github.com/LogSkele/gitcollect/blob/master/LICENSE)
