Giter Site home page Giter Site logo

d7ead / rpresence Goto Github PK

View Code? Open in Web Editor NEW
3.0 2.0 0.0 880 KB

Command-line tool for setting any custom Discord Rich Presence status.

License: MIT License

C 6.49% C++ 93.51%
discord rich-presence discord-bot discord-api command-line command-line-tool discord-rich-presence discord-richpresence

rpresence's Introduction

rpresence

Command-line tool for setting any custom Discord Rich Presence status.


rpresence is a simple and easy-to-use command-line utility to set a custom Rich Presence on your Discord profile for all your friends to see. Before using rpresence, you must have an application registered at Discord's Developer Portal. After registering an application, take note of your Application ID.

In order to use rpresence, several pieces of information are required--you can find more information below in the help menu:


Instead of using rpresence via its command-line options, you can simply pass a JSON file in the following format to rpresence via the -f parameter:
{
    "applicationID": "application_id_here",
    "state": "sample_state_text",
    "details": "sample_details_text",
    "largeImageKey": "sample_large_image_keyname",
    "largeImageText": "sample_large_image_text",
    "smallImageKey": "sample_small_image_keyname",
    "smallImageText": "sample_small_image_text"
}

NOTE: When passing long sentences to parameters -imgSText, -imgLText, -s, and -d be sure to enclose provided text in quotes ("") to ensure the sentence is not split via a space delimiter.

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.