Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anjannair/devrant-discord-bot
The Discord bot for the devRant community on Discord
https://github.com/anjannair/devrant-discord-bot
commando-framework discord-bot discord-commando discordv13 djs v13
Last synced: 3 months ago
JSON representation
The Discord bot for the devRant community on Discord
- Host: GitHub
- URL: https://github.com/anjannair/devrant-discord-bot
- Owner: anjannair
- Created: 2020-10-23T11:22:24.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-05-02T08:31:51.000Z (over 1 year ago)
- Last Synced: 2024-09-28T09:03:10.052Z (3 months ago)
- Topics: commando-framework, discord-bot, discord-commando, discordv13, djs, v13
- Language: JavaScript
- Homepage: https://discord.gg/Y6Casehn
- Size: 146 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The devRant Discord bot (deprecated)
This bot was built for the devRant Discord community. Currently uses DJS v13.
### **Features -**
1. Verification - It uses the devRant API to verify the user by providing a one time token required for verification.
2. devRant posts - Fetches rants, stories and collabs from the devRant API.
3. Summarizes links - Links are summarized using the `smmry` API.
......and more.Do check out the [verification wiki](https://github.com/anjannair/Devrant-Discord-Bot/wiki/How-To-Verify-Yourself) page to understand how users can verify themselves.
## Helping In Development
To ease the process of development for everyone without any NodeJs conflicts, Docker has been utilized.Pre-requisites -
1. To build using Docker ensure you have it [installed](https://docs.docker.com/get-docker/)
2. Build a Docker image using `docker build -t devrant .` (yes, even that fullstop). This will build a custom Docker image with the name **devrant**
3. To create containers from the image and see changes in realtime just run `docker run -i -v $(pwd):/app devrant`
4. To stop the Docker container get the ID using `docker ps` (in a new terminal) and then run `docker stop `