Thanks. I also installed your application - I like to test new programs.Armlesswunder wrote: 2 years ago Here's the beta version of my (Android) app:
https://github.com/armlesswunder/d2rClo ... es/tag/0.1
You'll have to install the APK manually for now. (I'll publish to Play Store once its more complete)
Teebling I listed you in the app under credits and added a link to the site, please let me know if this is sufficient, Thanks again!
Also I included some logic to help not spam the endpoint too much. I noticed that it sometimes fails randomly. I'm sure many devs are using your endpoint right now... hopefully they are being aware...
64
replies
230026 views
Description
Description by![](/images/avatars/gallery/1. Classes/Bmay-Sorc-Smile.jpg)
Can be used to make Runewords:
After a while, it "came out". What to do with it next?Armlesswunder wrote: 2 years ago Here's the beta version of my (Android) app:
https://github.com/armlesswunder/d2rClo ... es/tag/0.1
You'll have to install the APK manually for now. (I'll publish to Play Store once its more complete)
Teebling I listed you in the app under credits and added a link to the site, please let me know if this is sufficient, Thanks again!
Also I included some logic to help not spam the endpoint too much. I noticed that it sometimes fails randomly. I'm sure many devs are using your endpoint right now... hopefully they are being aware...
Just close and restart the app for now. This is what I meant by network errors. Also its better if you pm or email me. No need to turn this thread into a troubleshooting threadMoondew wrote: 2 years agoAfter a while, it "came out". What to do with it next?Armlesswunder wrote: 2 years ago Here's the beta version of my (Android) app:
https://github.com/armlesswunder/d2rClo ... es/tag/0.1
You'll have to install the APK manually for now. (I'll publish to Play Store once its more complete)
Teebling I listed you in the app under credits and added a link to the site, please let me know if this is sufficient, Thanks again!
Also I included some logic to help not spam the endpoint too much. I noticed that it sometimes fails randomly. I'm sure many devs are using your endpoint right now... hopefully they are being aware...
OP
That's great @Armlesswunder, thanks
![Smile :)](https://diablo2.io/images/smilies/icon_e_smile.gif)
Yes, there's a link to some instructions on how to setup a Discord Bot. You can also look for instructions online to use your own DISCORD_TOKEN which would post updates as you (instead of the bot account/user).Moondew wrote: 2 years agoWill I be able to install this without having any knowledge of installing bots in the discord?synse wrote: 2 years ago I built a simple Discord bot that uses this API, source is available here: https://github.com/Synse/dclone-discord
It's very basic but does everything I need for now. Pull requests welcome.
![]()
Hey
I also wrote a discord bot which you can host yourself!
The source code can be found here on github
The main features of the bot is that:
- You can get it to update the same post with a live feed of the statuses
- It will @ the role "diablo" when the status hits 4/6
- Both these features can be set to different channels or disabled
If you use golang, you can import the packages with - with that, you can use my wrapper around the API
This is very much a "BETA" and requires you to know how to setup a discord bot through their developer portal (plenty of guides) You just need to provide this bot with your auth token
I also wrote a discord bot which you can host yourself!
The source code can be found here on github
The main features of the bot is that:
- You can get it to update the same post with a live feed of the statuses
- It will @ the role "diablo" when the status hits 4/6
- Both these features can be set to different channels or disabled
If you use golang, you can import the packages with
Code: Select all
go get go.kimpton.io/dclonetracker
This is very much a "BETA" and requires you to know how to setup a discord bot through their developer portal (plenty of guides) You just need to provide this bot with your auth token
Adding another Telegram bot that in addition to status updates on request, as the others do, allows you to subscribe to specific events only. Using it for myself but I may as well share
--> Add bot to personal chat or group chat
--> Request current status and/or receive push messages when status changes
--> Filter by region, game mode, difficulty mode
http://t.me/dclone_personal_bot
No personal data stored , no ads, no warranty
--> Add bot to personal chat or group chat
--> Request current status and/or receive push messages when status changes
--> Filter by region, game mode, difficulty mode
http://t.me/dclone_personal_bot
No personal data stored , no ads, no warranty
![Wink ;)](https://diablo2.io/images/smilies/icon_e_wink.gif)
Hey @fredericojordan, it looks like you may have directly copied some code from https://github.com/Synse/dclone-discord.fredericojordan wrote: 2 years ago Hello everyone!
I also had my try at a Discord bot: https://github.com/fredericojordan/d2clonebot
It implements a!uberdiablo
command and gives out proactive status updates.
I'm hosting a version of the bot (for now), so you can easily add it by adding it through this link (no proactive reports this way though).
I took some ideas from synse's implementation (thanks for that!).
Screen Shot 2022-04-26 at 21.16.23.png
It now fits my needs, so I don't know how much more time I'm willing to invest on it, but I'm sharing it here since some of you might extend it and use it any way you'd like.
Please note that my project is currently licensed under GNU GPL v3, and your project appears unlicensed. If you did copy anything from my project please ensure you add a GPL 3.0 compatible license to your project as well. Thanks.
https://tldrlegal.com/license/gnu-gener ... v3-(gpl-3)
Whoops, @synse , my bad. I didn't even pay attention to your projects license.synse wrote: 2 years agoHey @fredericojordan, it looks like you may have directly copied some code from https://github.com/Synse/dclone-discord.fredericojordan wrote: 2 years ago Hello everyone!
I also had my try at a Discord bot: https://github.com/fredericojordan/d2clonebot
It implements a!uberdiablo
command and gives out proactive status updates.
I'm hosting a version of the bot (for now), so you can easily add it by adding it through this link (no proactive reports this way though).
I took some ideas from synse's implementation (thanks for that!).
Screen Shot 2022-04-26 at 21.16.23.png
It now fits my needs, so I don't know how much more time I'm willing to invest on it, but I'm sharing it here since some of you might extend it and use it any way you'd like.
Please note that my project is currently licensed under GNU GPL v3, and your project appears unlicensed. If you did copy anything from my project please ensure you add a GPL 3.0 compatible license to your project as well. Thanks.
https://tldrlegal.com/license/gnu-gener ... v3-(gpl-3)
The only idea I intended to "borrow" was having a local cache in Memory, but I might have copied some other parts of the code because of my laziness.
Since I intend to use a more permissive license than yours (MIT license), I'll take the necessary steps in order to remove any infringing code.
I'll let you know when the changes are done! (Probably later today, when I get some time)
Sorry about that, thanks for reaching out!
Thanks for sharing the data and provide the convinent api. I wrote a simple chrome plugin https://github.com/ylkangpeter/DClone-tracker
![Image](https://github.com/ylkangpeter/DClone-tracker/raw/main/img/screenshot.png)
Can u write filter function? Love that!Dr.mora wrote: 2 years ago Thanks for sharing the data and provide the convinent api. I wrote a simple chrome plugin https://github.com/ylkangpeter/DClone-tracker
![]()
check it.kelvinlong1007 wrote: 2 years agoCan u write filter function? Love that!Dr.mora wrote: 2 years ago Thanks for sharing the data and provide the convinent api. I wrote a simple chrome plugin https://github.com/ylkangpeter/DClone-tracker
![]()
![Image](https://github.com/ylkangpeter/DClone-tracker/raw/main/img/screenshot-new.png)
Hello, diablo2.io community,
I created a Node JS version to track the API, it beeps a bell on every change and also shows when the next possible update could happen.
It runs under OS X, Windows, and Linux.
Here's the code.
https://github.com/luizfilipe/d2clone-tracker
Credits are there as pre-requisite
I created a Node JS version to track the API, it beeps a bell on every change and also shows when the next possible update could happen.
It runs under OS X, Windows, and Linux.
Here's the code.
https://github.com/luizfilipe/d2clone-tracker
Credits are there as pre-requisite
Love it thank you!epicleap wrote: 2 years ago Hello, diablo2.io community,
I created a Node JS version to track the API, it beeps a bell on every change and also shows when the next possible update could happen.
It runs under OS X, Windows, and Linux.
image.png
Here's the code.
https://github.com/luizfilipe/d2clone-tracker
Credits are there as pre-requisite
Feel free to add me on bnet if you are buying and paying my "LF".
@Teebling any chance you could add the reporter information (at least name) to the API?
When regions sit at 3 or 4 for a few hours/days it flips back to 1 pretty frequently (probably bugged users). If we had reporter information in the API it might be possible to filter out that 3 -> 1 -> 3 -> 1 activity.
When regions sit at 3 or 4 for a few hours/days it flips back to 1 pretty frequently (probably bugged users). If we had reporter information in the API it might be possible to filter out that 3 -> 1 -> 3 -> 1 activity.
OP
Sure,synse wrote: 2 years ago @Teebling any chance you could add the reporter information (at least name) to the API?
When regions sit at 3 or 4 for a few hours/days it flips back to 1 pretty frequently (probably bugged users). If we had reporter information in the API it might be possible to filter out that 3 -> 1 -> 3 -> 1 activity.
reporter_id
has been added to the output. So if you want to filter out certain problematic IDs, you can do that now. Would do so with caution though as the more you filter out, the less reports you're going to get from bugged users who have since corrected.
OP
Added Twitter Dclone Notifier to the list, thanks for your hard work @Spaghetti_Master_192!
Hey Dr.mora, this is awesome!Dr.mora wrote: 2 years ago Thanks for sharing the data and provide the convinent api. I wrote a simple chrome plugin https://github.com/ylkangpeter/DClone-tracker
![]()
My browser is constantly open so this is perfect to get notified when there is activity.
I took the liberty to fork your project and refactor it for easier development.
I've also added some nice features like sound notifications or indicators if the reported data is stale.
Furthermore, I've added some documentation and a user guide.
I hope we can merge my changes back to your upstream branch.
Check it out the fork here:
https://github.com/stephanschielke/DClone-tracker
Not trying to get rich but to keep my stashes light. I will most likely accept your offer.
GooD API
I create a good APK in React Native Hybrid Mobile (Android, Ios, WP)
Have (Push Notification, Background Auto PushNotification, Sound Notification)
I create a good APK in React Native Hybrid Mobile (Android, Ios, WP)
Have (Push Notification, Background Auto PushNotification, Sound Notification)
Similar pages
Advertisment
![](/styles/zulu/theme/images/testing/bchest.jpg)
Greetings stranger!
You don't appear to be logged in...Register an account
Start trading, earning trust, and levelling up. Get avatars, likes, bookmarks and more with an account! :)
Support Diablo2.io
You can donate to the site to help support the future of diablo2.io. Donating hides all ads forever.
Latest discussion
MOTJ On Discord Has Disbanded and is now The Last Dynasty
Giveaway: Make Your Own Build (Softcore NON-Ladder)
You got really lucky? Then share it with us here =)
Biggest fail drops
Uber Diablo occurrence record keeping (Softcore Non-Ladder)
![](/images/icons/misc/flee2x.png)
![](/images/icons/misc/rune2x.png)
![](/images/icons/misc/crushingblow2x.png)
![](/images/icons/misc/curses2x.png)
Item Database
Detailed stats & figures, auto-relations, version comparison, & community info on any D2R item.
Trading Market
A trading platform built excusively for D2R players. Earn trust, price check, and list with confidence.
Useful D2R Links
Links to handy tools, resources, guides, and spreadsheets for D2R.
Dclone Tracker
Track the progress of Diablo Clone spawns across regions & modes.
Found a bug or glitch?
If something looks broken please let me know so I can fix it :)
No matches
Moondew
52