Fixed config issues

This commit is contained in:
Collin R
2020-02-05 10:39:05 -08:00
parent a0462d3bda
commit deff37a30f
3 changed files with 18 additions and 32 deletions

View File

@@ -10,6 +10,8 @@
- [ ] Create a GUI for configuring and running the bot, and performing other jobs
like adding or subtracting points for specific redditors
- [ ] Check for updates in the Github repo and prompt user to update
- It turns out that this might only be possible with a Github user
account to authenticate with the API.
- Github API overview:
- https://developer.github.com/v3/
- https://developer.github.com/v4/
@@ -56,6 +58,8 @@
### config.py
* [ ] Switch from `toml` package to `tomlkit` package
- Preserves style, comments, etc.
* [X] Change from `ini` to `toml `
* [X] Consolidate `pointsbot.ini` and `praw.ini` into a single config file.
* [X] Add option for flair_template_id