Skip to content

varch4la/discord-gac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord Global ACtivity

This project allows you to share your Discord activity using a REST endpoint.

Prerequisites

  • Java 21+
  • Apache Maven

Running

You can run the project using exec-maven-plugin.
You can control the port the app listens on with the PORT environment variable.

env PORT=8080 mvn clean compile exec:java

Endpoints

  • /presence/{userId}
    Displays information about the user's status in JSON format.
  • /presence/{userId}/card
    Creates an SVG card with your activity
    card
    An example of a status card

Opting in

All users have to opt in with the /share-activity Discord command for their activity to be visible.

Notes

This repository is a Coding Jam competition submission.

About

A Coding Jam project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages