-
Notifications
You must be signed in to change notification settings - Fork 1.6k
OSRS Loot Tracker - New Plugin #9843
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Added file to plugin-hub/plugins for osrsloottracker
|
New plugin |
|
This plugin requires a review from a Plugin Hub maintainer. The reviewer will request any additional changes if needed. Internal use only: Reviewer details Maintainer details |
|
Could you not just send the loot to that website, with Dink |
|
You could, the bot currently scans the channels and logs it that way. But I feel that this is easier to setup/maintain. |
|
Not a full review but you can't directly use HttpUrlConnection - you need to |
|
Also, is there a specific reason you need to open an OAUTH flow to get |
Okay thanks! I'll make this change tonight |
I didn't know runelite supplied this. I'll look into it. Thanks! |
|
If I understand correctly the Discord service provided by runelite is just for rich presence. My plugin is using its own OAuth flow because of the need to communicate directly with my backend to know which of the users servers have the bot installed. |
|
do not sleep the shared executor service |
…dule to get the logged in users RSN as per Riktenx's comment.
|
@riktenx the plugin is no longer sleeping the executor service... Thanks! |
The OSRS Loot Tracker Plugin connects to a discord bot that I created. It allows the users to sign into their discord account from the plugin and access the severs in which the bot is installed. They then choose what channels they want the plugin to send their loot to. If a drop is detected over the value of the setting they select, a message is sent to those channels.
The discord bot then logs it to osrsloottracker.com website so they can share/memorialize their drops with the discord server.