Updated readme

This commit is contained in:
Collin R
2020-01-16 14:44:47 -08:00
parent 6dd2a8cb30
commit 74771bd24d
2 changed files with 7 additions and 0 deletions

1
.gitignore vendored
View File

@@ -1,5 +1,6 @@
praw.ini praw.ini
pointsbot.ini pointsbot.ini
todo.md
*.db *.db
*.pyc *.pyc

View File

@@ -156,6 +156,12 @@ corresponding flair texts.
The order of these lines doesn't matter; the bot will sort them in order of The order of these lines doesn't matter; the bot will sort them in order of
point totals. point totals.
### Make the bot a mod in your subreddit
Some of the bot's behaviors, e.g. altering redditor flairs, require moderator
permissions. It should require just the "Flair" and "Posts" permissions, so you
don't need to grant it full permissions.
## Usage ## Usage
The simplest way to run the bot is to navigate to the project root directory and The simplest way to run the bot is to navigate to the project root directory and