Add config variable for parsing format of members list
Open
- Dominant language
- Python
- Stars
- 1
- Forks
- 11
- Avg merge
- 20h 7m
- Merged PRs (30d)
- 2
Description
A config value should be supplied to determine how to parse the members list from the response of the members list URL. The suitable values should be:
- `GUILD`
- `JSON`
- `XML`
- `CSV`
- `YAML`
- `DSV`, where `` is the delimeter character
This provides more flexibility in the data format of the members list, rather than the currently hard-coded HTML parser for the specific table IDs.
Contributor guide
Assessment
This issue has not been assessed yet.