A Moderation Log for Subreddit Moderators with Both Public and Private Interfaces
A tool that allows subreddit moderators to add mod log entries, including private notes, to aid in subreddit moderation.
SubredditLog is installed as a docker-compose stack. Please see the documentation for more details.
Usage of SubredditLog is documented here.
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
- 0.3
- Allow importing of subreddit rules.
- Add statistic charts providing information on mod activity and rules violated.
- Provide docker images for both ARM64 and AMD64.
- 0.2.3
- Fix bug relating to history lookup.
- 0.2.2
- Allow username entry in /u/ format.
- 0.2.1
- Adds ability for moderators to edit their entries and superusers to edit all entries
- 0.2
- Adds real-time notification of previous entries for a user
- Adds ability to change your own password
- Adds link to Django Admin in top nav for superusers
- Allows importing of pre-existing mod logs in Excel format
- Adds ability to add earlier entries via Django admin
- 0.1.3
- Update dependencies due to security issues
- 0.1.2
- Update dependencies due to security issues
- 0.1.1
- Fixed bugs in styling of the admin panel
- Fixed various documentation bugs.
- 0.1
- Initial release
Sean Callaway – @smcallaway – seancallaway@gmail.com
Distributed under the Apache 2.0 license. See LICENSE
for more information.
- Fork it (https://gitlab.com/scallaway/SubredditLog/-/forks/new)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Merge Request