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

https://github.com/tim232/guildmanager_v2

Version 2 of guildmanager, with actual quality.
https://github.com/tim232/guildmanager_v2

Last synced: 5 months ago
JSON representation

Version 2 of guildmanager, with actual quality.

Awesome Lists containing this project

README

          

# GuildManager v2

## How to install:
Its a bit broken to install via pip, so here's how:

```shell script
$ git clone https://github.com/dragdev-studios/guildmanager_v2.git gm2
...
$ cd gm2
$ pip[3] install -r requirements.txt
$ pip[3] install .
...