LFG-Cares / SubredditLog

A Moderation Log for Subreddit Moderators with Both Public and Private Interfaces
https://subredditlog.readthedocs.io/en/latest/
Apache License 2.0
1 stars 1 forks source link
hacktoberfest log moderation reddit subreddit

SubredditLog

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.

Installation

SubredditLog is installed as a docker-compose stack. Please see the documentation for more details.

Usage example

Usage of SubredditLog is documented here.

Development setup

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Release History

Meta

Sean Callaway – @smcallaway – seancallaway@gmail.com

Distributed under the Apache 2.0 license. See LICENSE for more information.

Contributing

  1. Fork it (https://gitlab.com/scallaway/SubredditLog/-/forks/new)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Merge Request