All Projects → lieuweberg → rich-destiny

lieuweberg / rich-destiny

Licence: AGPL-3.0 License
a discord rich presence tool for destiny 2 (pc)

Programming Languages

go
31211 projects - #10 most used programming language
typescript
32286 projects
SCSS
7915 projects
shell
77523 projects
HTML
75241 projects

Projects that are alternatives of or similar to rich-destiny

coc-discord-rpc
😎 An awesome and fully customizable coc-extension to get Discord Rich Presence integration with NeoVim.
Stars: ✭ 139 (+15.83%)
Mutual labels:  rich-presence
node-destiny-2
🌑 A zero dependency Destiny 2 API wrapper written in Node.js
Stars: ✭ 23 (-80.83%)
Mutual labels:  destiny
GroovyRP
Groove Music rich presence for Discord
Stars: ✭ 33 (-72.5%)
Mutual labels:  rich-presence
d2-checklist
Source for www.d2checklist.com, written in Angular and using the Bungie API
Stars: ✭ 82 (-31.67%)
Mutual labels:  destiny
the-traveler
The Traveler is a small npm package which wraps around the Destiny 2 API.
Stars: ✭ 52 (-56.67%)
Mutual labels:  destiny
motivational-numerology
Simple web page to calculate and interpret the numerology numbers derived from your name and birth date (in English, French, and Turkish).
Stars: ✭ 23 (-80.83%)
Mutual labels:  destiny
vm-rpc
Discord RPC for VMs.
Stars: ✭ 38 (-68.33%)
Mutual labels:  rich-presence
mpv-discord
🎈 A cross-platform Discord Rich Presence integration for mpv with no external dependencies.
Stars: ✭ 83 (-30.83%)
Mutual labels:  rich-presence
wiimmfi-rpc
A Discord rich presence implementation for Wiimmfi
Stars: ✭ 27 (-77.5%)
Mutual labels:  rich-presence
vimsence
Discord rich presence for Vim
Stars: ✭ 46 (-61.67%)
Mutual labels:  rich-presence
fate of all fools
Enhancements to the information presented in DIM for Destiny 2
Stars: ✭ 20 (-83.33%)
Mutual labels:  destiny
discoIPC
Connect to the local Discord IPC Socket, for features like Rich Presence.
Stars: ✭ 19 (-84.17%)
Mutual labels:  rich-presence
Discord-RPC-Extension
Discord rich presence extension with open API.
Stars: ✭ 126 (+5%)
Mutual labels:  rich-presence
discord-rich-presence-plex
Display your Plex status on Discord using Rich Presence
Stars: ✭ 180 (+50%)
Mutual labels:  rich-presence
Discord-Netflix
A updated and improved version from the original Discord-Netflix from Nirewen.
Stars: ✭ 26 (-78.33%)
Mutual labels:  rich-presence
nfsu2-rpc
A mod that adds Discord Rich Presence integration to Need for Speed: Underground 2
Stars: ✭ 24 (-80%)
Mutual labels:  rich-presence
Rich-Presence-U
Display your Nintendo games on Discord.
Stars: ✭ 77 (-35.83%)
Mutual labels:  rich-presence
LittleLight
An Android app that uses Destiny's API to interact with in-game inventory.
Stars: ✭ 19 (-84.17%)
Mutual labels:  destiny
CustomRPC
Set a custom rich presence status on Discord
Stars: ✭ 25 (-79.17%)
Mutual labels:  rich-presence
vscode-github-status
An extension that will sync your current workspace name and time spent on it to your GitHub status
Stars: ✭ 33 (-72.5%)
Mutual labels:  rich-presence

GitHub all releases GitHub release (latest by date) Time spent coding (15 minute timeout)

rich-destiny

Plug-and-play background program that puts your current Destiny 2 activity in your Discord status. Modern, no flaky screenshots and tiny in size.

Contributing

If you want to contribute, awesome! For new features, please ask first on the Discord server or make an issue with what you want to make. If you want to fix a bug, just create a PR. Asking is still recommended however, in case "it's not a bug, it's a feature."

Developing 🛠

Prerequisites:

  • (client/backend) Have at least go 1.15.5. I'm not sure what other versions will work, but I use this.
  • (client) For windows: have git bash.
  • (web) Have a recent version of Node.js and npm.

Building:

  • Clone the repo.

  • The client:

    • cd client
    • go get
    • ./build dev
      • You can use ./build v0.0.0 with a valid semver version number, but for development purposes use dev.
  • The website:

    • cd web
    • npm install
    • npm run start for a local development server or npm run build for a production build.
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].