Skip to content

Requestrr is a chatbot used to simplify using services like Sonarr/Radarr/Ombi via the use of chat. Current platform is Discord only, but the bot was built around the ideology of quick adaptation for new features as well as new platforms.

License

mikeporterdev/requestrr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Paypal Discord DockerHub DockerHub DevBoard Timeline

Requestrr

logo

Installation & Configuration

For Discord, make sure that your bot has the following permissions

Read Messages
Embed Links
Read Message History
Use External Emojis
Send Messages
Manage Messages
Mention @everyone
Add Reactions

Docker Setup & Start

First pull the image from docker hub using docker push darkalfx/requestrr

Then use the following command create and start the container:

docker run --name requestrr \
  -p 5060:5060 \
  -v path to config:/root/config \
  --restart=unless-stopped \
  darkalfx/requestrr

Then simply access the web portal at http://youraddress:5060/ to create your admin account, then you can configure everything through the web portal.

Once you have configured the bot and invited it to your Discord server, simply type !help to see all available commands.

About

Requestrr is a chatbot used to simplify using services like Sonarr/Radarr/Ombi via the use of chat. Current platform is Discord only, but the bot was built around the ideology of quick adaptation for new features as well as new platforms.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 40.9%
  • JavaScript 36.8%
  • CSS 22.0%
  • HTML 0.3%