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.
- Host: GitHub
- URL: https://github.com/technocake/automember
- Owner: technocake
- Created: 2016-03-24T18:33:57.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-24T18:36:36.000Z (about 10 years ago)
- Last Synced: 2025-06-18T05:41:34.024Z (about 1 year ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"
```