Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/b72u68/panik-bot
Discord Meme Bot
https://github.com/b72u68/panik-bot
bot discord-bot memes reddit
Last synced: 7 days ago
JSON representation
Discord Meme Bot
- Host: GitHub
- URL: https://github.com/b72u68/panik-bot
- Owner: b72u68
- Created: 2020-04-30T01:50:34.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-22T15:11:29.000Z (over 4 years ago)
- Last Synced: 2024-11-26T02:26:54.559Z (2 months ago)
- Topics: bot, discord-bot, memes, reddit
- Language: Python
- Homepage:
- Size: 608 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Panik-Bot
A crappy Discord bot downloading memes from Reddit and sending them on Discord.\
(update) now can also send jokes.## Instructions
- Python3 is required for discord.py library
- Required Python libs: praw, configparser, discord. Run `pip install -r requirements.txt` to install libraries
- Create Reddit app and edit keys in `reddit_conf.ini` in `.config` directory
- Create Discord Bot and edit token in `discord_conf.ini` in `.config` directory## Usage
- Run the bot LOCALLY. This bot cannot be hosted on server
- Bot Commands
- `!h` or `!`: Get command menu
- `!panik`: Send Panik meme
- `!kalm`: Send Kalm meme
- `!meme `: Send meme from subreddit (can send any images from post)
- `!joke `: Send joke from subreddit (can send post content)
- `!s `: Send list of subreddits match to query## To-do List
- [x] Subreddit filter (avoid NSFW subreddits)
- [x] Make the bot run on a hosted server
- [x] Make a list of subreddits with good memes (or jokes)
- [x] Find a better way to keep track of downloaded files
- [x] Handle photos from Imgur
- [x] Add new feature to send text from reddit submission