Nice!
I will be waiting for your PRs then.
Nice!
I will be waiting for your PRs then.
Weâll see, first of all gotta check how you did your Creating presence, I ran all from client side, not pulled from the website so all local projects donât show up as âBaseplateâ
Same with me.
@JiveOff, who hostâs the website you get the presences from?
And, where did you get that code from? (If applicable.)
The website is hosted at OVH and I wrote the code specially for roPresence.
For some reason the program wonât work anymore, it was working fine yesterday.
Please help me solve this issue.
thanks for implementing a background service! will be adding this to my startup folder
The roPresence_bot cookie expired as I can see.
I will refresh it now.
It should be working now.
Thanks for your patience. ^^
Thanks for the quick reply! Much appreciated!
So then, canât you just use the ROBLOX api instead? As no one knows whatâs in the code and well, it just seems not great.
(https://www.roblox.com/presence/user?userId=)
Seems to work well for me.
Thanks,
Sasial.
This API has authentication required.
You also canât tell how it looks because the code server side is private.
The cons of this make this thing completely useless.
Just noticed - you have to install node.js? You canât integrate it within the app? This is why I donât go with node.js, Iâm able to use a custom UI (or console) and integrate all of the components inside the .exe with C#
Only problem for me was the verification for the username / Playing status, this project solves some problems which I will credit you for (if I use them), is that alright or will I have to find another method?
Node.js is a good language for open source projects, I can also use a custom UI with Electron, but for a small program like this one, I didnât bother to do so.
For your project, please do not use this web API, I prefer to keep it in roPresence. As I said on the README, you can try playing with the ROBLOSECURITY cookies by making something like PreMiD, a software & a browser integration to get the cookie.
This method isnât that great to be honest, but I canât allow you to use this API on your project as it can change anytime and break your program, sorry.
let data = await Fetch('http://51.75.204.210:3000/presences/' + robloxUser.robloxId)
Why not send a request to RĹbloxâs website directly? They publicly document the presence API themselves.
Thaâs what I was saying here. Quote Below.
Why donât you make the server open source?
And if you really want, host it on Glitch.
After Testing, I get the point.
What Iâd do is make it open-source and keep the cookie in a process.env
Glitch would do the case.
@JiveOff It seems like you are getting too many requests.
After ~ 30 s - 1 m it has an âapi errorâ. Looking into it, it is with your site. Seems like you have too many requests to it.
I never had problems with the requests, the cookie expired again, changing it.
The Roblox Presence API Endpoint requires an authenticated user.