Search the database
Search forum topics
Search members
Search for trades
diablo2.io is supported by ads
diablo2.io is supported by ads
64 replies   183040 views
2

Description

Description by Teebling
5

Can be used to make Runewords:

7
Armlesswunder wrote: 1 year 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...
Thanks. I also installed your application - I like to test new programs.
7
Armlesswunder wrote: 1 year 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...
After a while, it "came out". What to do with it next?
7
Moondew wrote: 1 year ago
Armlesswunder wrote: 1 year 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...
After a while, it "came out". What to do with it next?
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 thread

https://armlesswunder.github.io/

I don't do trades for less than
Pul
. I accept T or H keys as well.
7
OP
User avatar

Teebling 5763Admin

Europe PC
That's great @Armlesswunder, thanks :)

7
Moondew wrote: 1 year ago
synse wrote: 1 year 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.

Image
Will I be able to install this without having any knowledge of installing bots in the discord?
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).
7
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

Code: Select all

go get go.kimpton.io/dclonetracker
- 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
7
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 ;)
7
fredericojordan wrote: 1 year 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.
Hey @fredericojordan, it looks like you may have directly copied some code from https://github.com/Synse/dclone-discord.

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)
7
synse wrote: 1 year ago
fredericojordan wrote: 1 year 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.
Hey @fredericojordan, it looks like you may have directly copied some code from https://github.com/Synse/dclone-discord.

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.
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!
7
I make a dctracker by c# in pc

https://github.com/elmagnificogi/DCTracker
7
Thanks for sharing the data and provide the convinent api. I wrote a simple chrome plugin https://github.com/ylkangpeter/DClone-tracker
Image
7
Dr.mora wrote: 1 year ago
Thanks for sharing the data and provide the convinent api. I wrote a simple chrome plugin https://github.com/ylkangpeter/DClone-tracker
Image
Can u write filter function? Love that!
7
kelvinlong1007 wrote: 1 year ago
Dr.mora wrote: 1 year ago
Thanks for sharing the data and provide the convinent api. I wrote a simple chrome plugin https://github.com/ylkangpeter/DClone-tracker
Image
Can u write filter function? Love that!
check it. Image
7
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
7
epicleap wrote: 1 year 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
Love it thank you!

Feel free to add me on bnet if you are buying and paying my "LF".
7
@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.
7
OP
User avatar

Teebling 5763Admin

Europe PC
synse wrote: 1 year 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.
Sure, 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.

7
Dr.mora wrote: 1 year ago
Thanks for sharing the data and provide the convinent api. I wrote a simple chrome plugin https://github.com/ylkangpeter/DClone-tracker
Image
Hey Dr.mora, this is awesome!

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.
7
GooD API

I create a good APK in React Native Hybrid Mobile (Android, Ios, WP)

Have (Push Notification, Background Auto PushNotification, Sound Notification)
9

Advertisment

Hide ads
999

Greetings stranger!

You don't appear to be logged in...

No matches
diablo2.io is supported by ads
 

 

 

 

Value:
Hide ads forever by supporting the site with a donation.

Greetings adblocker...

Warriv asks that you consider disabling your adblocker when using diablo2.io

Ad revenue helps keep the servers going and supports me, the site's creator :)

A one-time donation hides all ads, forever:
Make a donation