Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/diegomagdaleno/cheems-bot
Meet Cheems as a Discord bot!
https://github.com/diegomagdaleno/cheems-bot
bot cheems discord discord-bot discord-py
Last synced: 9 days ago
JSON representation
Meet Cheems as a Discord bot!
- Host: GitHub
- URL: https://github.com/diegomagdaleno/cheems-bot
- Owner: DiegoMagdaleno
- License: other
- Created: 2020-06-29T19:08:19.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-02-05T04:05:21.000Z (10 months ago)
- Last Synced: 2024-02-05T05:24:45.921Z (10 months ago)
- Topics: bot, cheems, discord, discord-bot, discord-py
- Language: Python
- Homepage:
- Size: 664 KB
- Stars: 3
- Watchers: 2
- Forks: 12
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Cheems Bot!
Reddit, 4chan, Memes, Package managers, Information.
Overview
•
Installation
•
Documentation
•
Contributing
•
Credits# Overview
Cheems bot was a project created by me and a couple of friends, the original intention was to be able to get r/Dogelore memes on the Discord chat, however the project quickly scalated to become a multifunctional Discord bot.
The goal of Cheems then became to make a easy to install, self-hosted multifunctional Discord bot. While Cheems is still in early development it can perform a lot of actions and operations!
**Some features:**
- Check Dogelore memes
- Get memes from different subreddits
- Get 4chan posts from a board
- Get NSFW content
- Get cute images of animals
- Get Homebrew packages information
- Get GitHub repository information
- Get Urban Dictionary information
- Get Google imagesCheems is install in development and the stuff that it can do, is getting bigger and bigger! In the future, Cheems might even be able to fully moderate servers.
# Installation
We support the major platforms, but pretty much any operating system that is UNIX-like or NT should be supported!, still you can see specific for each platform:
- [Windows]()
- [macOS]()
- [Linux]()## Requirements
In order to install and get an instance of Cheems running, you will need:
1. A computer that has good uptime (Running Windows, macOS or Linux)
2. Python 3 installed on your computer. If you don't have Python you can install it [here](https://www.python.org/downloads/).
3. A text editor (Can be notepad, but I recommend [Visual Studio Code](https://code.visualstudio.com/))## Installation
Before you install and get Cheems running, Cheems requires some stuff to be able to provide all features:
1. A bot Discord account.
2. A Reddit account, with a "developer" application.You can skip this sections, if you already have this requirements.
Tutorials on how to setup these can be found here:
- [Discord](https://github.com/DiegoMagdaleno/cheems-bot/blob/master/documentation/discord_bot.md)
- [Reddit](https://github.com/DiegoMagdaleno/cheems-bot/blob/master/documentation/reddit_dev.md)After you have setup your account to perform any operations that Cheems might need, it is now time to run our setup script.
Now this changes depending on your operating system.
A "UNIX" based operating system, needs to run `setup.sh` while an NT based operating system needs to run `setup.bat`.
To determine if your operating system is UNIX or NT based you can just find your operating system here:
- **UNIX BASED**:
- macOS / OS X
- Linux
- *BSD (FreeBSD, OpenBSD)
- Android
- ChromeOS
- **NT BASED**:
- WindowsOnce you determine what kind of operating system you have, it is now time to run the script, you need access to terminal in the case of UNIX based operating systems, and to Powershell/Terminal Windows app in the case of NT Operating systems.
If you don't know how to open the terminal in your operating system, a quick Google search should be enough.
Now run the script that is needed in your operating system, by dragging and dropping into the terminal, or changing directory `cd` into the location and executing `setup.sh` or `setup.bat`.
Follow the configuration process, here is an example:
```
❯ ./setup.sh
What's your Reddit client ID?:
rerdasf
What's your Reddit client secret?:
afdsafadsfads
What's your Reddit user agent?:
fadsfadsfasd
What's your Reddit username?
fadsfadsfds
What's your Reddit password?
fdasfdasfdasfdasf
What's your Discord bot token?
fadsafadsfadsf
```Once you are done, active the Python environment by using the following command `source ./venv/bin/activate`.
Now execute main.py inside cheemsbot using your python installation.
You are done and ready to have fun with cheems.