{"id":13583398,"url":"https://github.com/v0idp/Mellow","last_synced_at":"2025-04-06T18:32:19.147Z","repository":{"id":54753687,"uuid":"133972252","full_name":"v0idp/Mellow","owner":"v0idp","description":"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.","archived":true,"fork":false,"pushed_at":"2021-02-01T01:39:19.000Z","size":970,"stargazers_count":205,"open_issues_count":24,"forks_count":41,"subscribers_count":9,"default_branch":"master","last_synced_at":"2024-04-21T16:48:42.091Z","etag":null,"topics":["api","bot","commands","discord","docker","mellow","movies","ombi","plex","plex-server","plexpy","radarr","series","sonarr","streaming","tautulli","telegram"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/v0idp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-05-18T15:27:14.000Z","updated_at":"2024-04-15T22:51:08.000Z","dependencies_parsed_at":"2022-08-14T01:50:27.611Z","dependency_job_id":null,"html_url":"https://github.com/v0idp/Mellow","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/v0idp%2FMellow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/v0idp%2FMellow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/v0idp%2FMellow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/v0idp%2FMellow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/v0idp","download_url":"https://codeload.github.com/v0idp/Mellow/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247531229,"owners_count":20953918,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","bot","commands","discord","docker","mellow","movies","ombi","plex","plex-server","plexpy","radarr","series","sonarr","streaming","tautulli","telegram"],"created_at":"2024-08-01T15:03:27.315Z","updated_at":"2025-04-06T18:32:18.301Z","avatar_url":"https://github.com/v0idp.png","language":"JavaScript","funding_links":["https://www.paypal.com/donate?hosted_button_id=CQ6VM34ZC68HE"],"categories":["JavaScript"],"sub_categories":[],"readme":"# Mellow [![Paypal](https://img.shields.io/badge/PayPal-Donate-Green.svg?logo=Paypal\u0026style=flat-square)](https://www.paypal.com/donate?hosted_button_id=CQ6VM34ZC68HE) [![Docker](https://img.shields.io/badge/Docker-Hub-lightblue.svg?logo=docker\u0026style=flat-square)](https://cloud.docker.com/u/voidp/repository/docker/voidp/mellow) [![Run on Repl.it](https://repl.it/badge/github/v0idp/Mellow)](https://repl.it/github/v0idp/Mellow)\n\n\u003cp align=\"center\"\u003e\n   \u003cimg src=\"src/resources/logo.png\" width=\"256\" height=\"256\" link=\"https://discord.gg/zx2BWp2\"\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n   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.\n\u003c/p\u003e\n\n## Features\n\n* Search for Movies \u0026 TV Shows in Ombi or Sonarr / Radarr\n* Request Movies \u0026 TV Shows in Ombi or Sonarr / Radarr\n* Get a list of all Libraries on your Server in Tautulli\n* Additional Features following soon!\n\n## Requirements\n\n* [NodeJS 12.4.1 LTS or higher](https://nodejs.org/en/download/)\n\n## Create Bot\n\nGo to this website: https://discordapp.com/developers/applications/ and press ``new Application``. Copy the Client ID first, you will need that later.\nAfter 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\nneed for the Mellow Configuration later on.\n\n## Invite Bot\n\nBefore 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\nSelect 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\nbe redirect to a new page where you can select the server you want to invite the Bot too.\n\n* Read Messages\n* Embed Links\n* Read Message History\n* Use External Emojis\n* Send Messages\n* Manage Messages\n* Attach Files\n* Mention @everyone\n* Add Reactions\n\n## Installation\n\nGo into the Mellow root folder and type\n```sh\nnpm install\n```\n\nTo start the bot just simply type\n```sh\nnpm start\n```\n\n## Configuration\n\nAfter 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.\nThe default login credentials are username: ``mellow`` password: ``default``. Please change these as soon as possible!\nNote: It's recommended to set a username and password in General Settings. This way only you can access the web interface.\n\n## Docker Setup \u0026 Start\n\nIf you want to use this bot in a docker container you have to follow these steps:\n* Pull from docker hub: ``docker pull voidp/mellow``\n* Run docker image:\n```\ndocker run -d --restart=unless-stopped --name mellow \\\n   -v /opt/appdata/mellow/:/usr/src/app/data/ \\\n   -e JWT_SECRET=secret_password \\\n   -e PORT=5060 \\\n   -p 5060:5060 \\\n   voidp/mellow\n```\n* if you want persistent data create a folder in ``/opt/appdata/mellow/`` or use docker compose. A yaml file is provided for this purpose.\n\n## Contributing\n\n1. Fork it (\u003chttps://github.com/v0idp/Mellow/fork\u003e)\n2. Create your feature branch (`git checkout -b feature/fooBar`)\n3. Commit your changes (`git commit -am 'Add some fooBar'`)\n4. Push to the branch (`git push origin feature/fooBar`)\n5. Create a new Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fv0idp%2FMellow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fv0idp%2FMellow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fv0idp%2FMellow/lists"}