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

https://github.com/technocake/automember

Automatic membership management for organizations as a web service.
https://github.com/technocake/automember

Last synced: 11 months ago
JSON representation

Automatic membership management for organizations as a web service.

Awesome Lists containing this project

README

          

# automember
Automatic membership management for organizations as a web service.

Uses mailgun.com as mail api.

# setup:
put your mailgun.com apikey in mailgunkey.py and fill in your domain info in config.py

config.py
```
domain="kompiler.no"
```

mailgunkey.py
```
apikey="secretsanta123"
```