Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 7 hours ago
JSON representation

The Discord bot for the devRant community on Discord

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 `