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

https://github.com/thevickypedia/gist

Repository to manage gists
https://github.com/thevickypedia/gist

Last synced: about 2 months ago
JSON representation

Repository to manage gists

Awesome Lists containing this project

README

        

# Gist
A repository to easily manage gists without having to deal with long gist urls and SSH.

- Get all gists by username
- Clone a gist (using filename present in the gist)
- Make changes
- Update [gist.github.com](https://gist.github.com)

## Env Variables
Supports `.env` file.

- **GIT_USER**: Git username
- **GIT_PASS**: Git token

#### Requirements
```shell
python -m pip install -r requirements.txt
```

## License & copyright

© Vignesh Rao

Licensed under the [MIT License](https://github.com/thevickypedia/gist/blob/main/LICENSE)