Giter Club home page Giter Club logo

ndcord's Introduction

ndcord

Simple Discord Rich Presence for Navidrome

How it works?

Python will take Json data from Navidrome Rest API and then send it to Discord API.

How to start?

Get Discord client_id

Create your new application in the Discord Developer Portal, and get client_id.

Clone This Repository

Clone or download this repository.

git clone https://github.com/tarokeitaro/ndcord.git

Virtual Environment (Optional)

If you don't want to disturb your global environment your python system, you can create a virtual environment.

python -m venv env

Then enter the virtual environment.

Linux/MacOS

source env/bin/activate

Windows Command Prompt

source env\Scripts\activate.bat

Windows PowerShell

source env\Scripts\Activate.ps1

Download Requirements

This project requires the library of pypresence and requests.

pip install pypresence requests

Change secret.json

Fill in according to the data you have and this is mandatory!

Important. The "server" field must include / at the end of the URL.

{
    "client_id": "xxxxxxxxxxxxxxxxxxx",
    "server": "https://your.ndhost.here/",
    "username": "john",
    "password": "john123"
}

Start ndcord!

Just do this!

python ndcord.py

image

To stop this program, click ctrl + C

ndcord's People

Contributors

tarokeitaro avatar

Stargazers

 avatar Lukas H. avatar aexyzk :3 avatar Minz avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.