All Projects → v0idp → Mellow

v0idp / Mellow

Licence: gpl-3.0
Mellow can communicate with several APIs like Ombi, Sonarr, Radarr and Tautulli which are related to home streaming to use those services directly in your Discord client.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Mellow

Bobarr
🍿 The all-in-one alternative for Sonarr, Radarr, Jackett... with a VPN and running in docker
Stars: ✭ 697 (+261.14%)
Mutual labels:  plex, movies, radarr, sonarr
Go Tgbot
Golang telegram bot API wrapper, session-based router and middleware
Stars: ✭ 90 (-53.37%)
Mutual labels:  api, bot, telegram
Node Sdk
An official module for interacting with the top.gg API
Stars: ✭ 90 (-53.37%)
Mutual labels:  api, bot, discord
Novagram
An Object-Oriented PHP library for Telegram Bots
Stars: ✭ 112 (-41.97%)
Mutual labels:  api, bot, telegram
Flottbot
A chatbot framework written in Go. All configurations are made in YAML files, or inside scripts written in your favorite language.
Stars: ✭ 175 (-9.33%)
Mutual labels:  bot, discord, telegram
Bazarr
Bazarr is a companion application to Sonarr and Radarr. It manages and downloads subtitles based on your requirements. You define your preferences by TV show or movie and Bazarr takes care of everything for you.
Stars: ✭ 1,248 (+546.63%)
Mutual labels:  series, radarr, sonarr
Ex gram
Telegram Bot API low level API and framework
Stars: ✭ 103 (-46.63%)
Mutual labels:  api, bot, telegram
Telegram Test Api
Simple implimentation of telegram API which can be used for testing telegram bots
Stars: ✭ 42 (-78.24%)
Mutual labels:  api, bot, telegram
Plexguide.com
Welcome to https://PlexGuide.com ~ Rapidly deploy multiple-hasty Docker Containers through Ansible with local or Unlimited Google HD Space!
Stars: ✭ 1,631 (+745.08%)
Mutual labels:  plex, radarr, sonarr
Tradingview Webhook Bot
⚙️ Send TradingView alerts to Telegram, Discord, Slack, Twitter and/or Email.
Stars: ✭ 135 (-30.05%)
Mutual labels:  bot, discord, telegram
Media Docker
all-in-one deployment and configuration for an all-in-one media server, running on docker.
Stars: ✭ 148 (-23.32%)
Mutual labels:  plex, radarr, sonarr
K8s Mediaserver Operator
Repository for k8s Mediaserver Operator project
Stars: ✭ 81 (-58.03%)
Mutual labels:  plex, radarr, sonarr
Listrr
listrr.pro creates and maintains lists on trakt.tv completely automated based on your filters.
Stars: ✭ 77 (-60.1%)
Mutual labels:  api, radarr, sonarr
Bashflix
Streaming of Movies and Series on Mac and Linux
Stars: ✭ 88 (-54.4%)
Mutual labels:  series, movies, streaming
Basicbot
A basic example of a Discord Bot written in Python. (discord.py)
Stars: ✭ 73 (-62.18%)
Mutual labels:  api, bot, discord
Telebot.nim
Async client for Telegram Bot API in pure Nim [Bot API 5.1]
Stars: ✭ 93 (-51.81%)
Mutual labels:  api, bot, telegram
Htpc Docker Standup
A simple docker-compose based configuration to stand up a new HTPC w/ Plex, Deluge, Sonarr, Radarr and more!
Stars: ✭ 160 (-17.1%)
Mutual labels:  plex, radarr, sonarr
Discord4j
Discord4J is a fast, powerful, unopinionated, reactive library to enable quick and easy development of Discord bots for Java, Kotlin, and other JVM languages using the official Discord Bot API.
Stars: ✭ 973 (+404.15%)
Mutual labels:  api, bot, discord
Muximux
A lightweight way to manage your HTPC
Stars: ✭ 1,008 (+422.28%)
Mutual labels:  plex, radarr, sonarr
Cloudbox
Ansible-based solution for rapidly deploying a Docker containerized cloud media server.
Stars: ✭ 1,763 (+813.47%)
Mutual labels:  plex, radarr, sonarr

Mellow Paypal Docker Run on Repl.it

Mellow can communicate with several APIs like Ombi, Sonarr, Radarr and Tautulli which are related to home streaming to use those services directly in your Discord client.

Features

  • Search for Movies & TV Shows in Ombi or Sonarr / Radarr
  • Request Movies & TV Shows in Ombi or Sonarr / Radarr
  • Get a list of all Libraries on your Server in Tautulli
  • Additional Features following soon!

Requirements

Create Bot

Go to this website: https://discordapp.com/developers/applications/ and press new Application. Copy the Client ID first, you will need that later. After you have done that go to the Settings Tab to the left and select Bot and press Add Bot. You can now copy the Token from the Bot which you will need for the Mellow Configuration later on.

Invite Bot

Before your Bot actually listen to the channels on your server you will have to invite it first. I recommend using this for beginners: https://discordapi.com/permissions.html Select the Permissions from below and paste the Client ID down there which you copied earlier. After that just click the link on the bottom and you will be redirect to a new page where you can select the server you want to invite the Bot too.

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

Installation

Go into the Mellow root folder and type

npm install

To start the bot just simply type

npm start

Configuration

After starting the bot you will need to configure it by visiting youripordomain:port and filling out the Bot Settings which will start the bot with your token. The default login credentials are username: mellow password: default. Please change these as soon as possible! Note: It's recommended to set a username and password in General Settings. This way only you can access the web interface.

Docker Setup & Start

If you want to use this bot in a docker container you have to follow these steps:

  • Pull from docker hub: docker pull voidp/mellow
  • Run docker image:
docker run -d --restart=unless-stopped --name mellow \
   -v /opt/appdata/mellow/:/usr/src/app/data/ \
   -e JWT_SECRET=secret_password \
   -e PORT=5060 \
   -p 5060:5060 \
   voidp/mellow
  • if you want persistent data create a folder in /opt/appdata/mellow/ or use docker compose. A yaml file is provided for this purpose.

Contributing

  1. Fork it (https://github.com/v0idp/Mellow/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].