Skip to content

Latest commit

 

History

History
70 lines (51 loc) · 3.21 KB

README.md

File metadata and controls

70 lines (51 loc) · 3.21 KB

Discoreddit

Code style: black

Add this bot to Discord with this link!

discoreddit is a Discord bot which lets you easily see shared Reddit posts previews directly in the channel. This bot will also automatically send a random post from a subreddit when you name it.

Like the project?

Buy Me A Coffee

Features

Post sharing

Post sharing

Random post from a subreddit

Random post from a subreddit

Add this bot to Discord with this link!

Installation

  1. Clone the repository
  2. Install requirements
    pip install -r requirements/requirements.txt
  3. Set up Discord token and API keys by filling out ./discoreddit/config/secret_generic.py
  4. Start the bot
    python -m discoreddit
  5. Enjoy

Bugs and feature requests

If you want to report a bug or would like a feature to be added, feel free to open an issue.

Versioning

We follow Semantic Versioning. The version X.Y.Z indicates:

  • X is the major version (backward-incompatible),
  • Y is the minor version (backward-compatible), and
  • Z is the patch version (backward-compatible bug fix).

License

GPL v3 - Copyright 2020 © fabio.sangregorio.dev.