Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nibalizer/rosterizer
Braindump roster generator
https://github.com/nibalizer/rosterizer
Last synced: about 1 month ago
JSON representation
Braindump roster generator
- Host: GitHub
- URL: https://github.com/nibalizer/rosterizer
- Owner: nibalizer
- Created: 2015-10-18T01:17:54.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-18T01:20:40.000Z (about 9 years ago)
- Last Synced: 2024-10-26T20:10:52.518Z (2 months ago)
- Language: Python
- Size: 84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rosterizer: a Braindump roster generator.
Making the braindump roster by hand sucks. I did it once. Now no one has to do it!
## Usage
1. Clone repo.
2. `pip install --user -r requirements.txt` (or virtualenv or whatever).
3. Rename `example-config.py` to `config.py` and update it:
* Add the Chronicle bot user's API key.
* Add the real project name. (Make sure the bot has wiki edit permissions on the project.)
4. Add a CSV to the bot's directory where each line is of the form "Full Name,username,ImageFile.jpg" (see test_zombies.csv for an example).
5. `./rosterizer.py`## Caveats
The Redmine API doesn't yet support file uploading, so you still have to upload images by hand. For now.