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

https://github.com/andrewpetrochenkov/github-topics.py

:octocat: manage github repo topics
https://github.com/andrewpetrochenkov/github-topics.py

cli github python

Last synced: about 2 months ago
JSON representation

:octocat: manage github repo topics

Awesome Lists containing this project

README

          

[![](https://img.shields.io/pypi/v/github-topics.svg?maxAge=3600)](https://pypi.org/project/github-topics/)
[![](https://img.shields.io/badge/License-Unlicense-blue.svg?longCache=True)](https://unlicense.org/)
[![](https://github.com/andrewp-as-is/github-topics.py/workflows/tests42/badge.svg)](https://github.com/andrewp-as-is/github-topics.py/actions)

### Installation
```bash
$ [sudo] pip install github-topics
```

#### Config
bash|python
-|-
`export GITHUB_TOKEN="your_github_token"`|`os.environ["GITHUB_TOKEN"]="your_github_token"`


readme42.com