Alright hey there, i am searching some help for making a bot that can check a roblox group wall. I want to get rid of these scam messages. my friends group where i am a Developer of has over 2K members, we get allot of these pishing mails. i cleared this morning every scam came back like 2 hours aggo All the bots had rejoined and spamed the whole wall again with these scams. here are 3 pages worth of scams.
My goal is to have a bot that i can add to a rank. that if it sees a Scam it exiles and delete the post.
if any one knows a Node.JS Intergration for groups or a otherway in doing that.
Please comment down below because its going to take a while when @roblox is done with solving the scam issue,
@TheNexusAvenger@DutchDeveloper: Nope, the bot managing the devforum group was made by me. For iterating over wall posts and deleting them, you can use the groups endpoint, specifically:
It sounds like you arenāt logged in. Youāll need to send a login cookie with your request, otherwise anyone could delete posts on any group wall.
I think you can login using this API endpoint. It probably returns some cookies in the header of the response, which you can save and use for the rest of your requests.
You need to send the login request twice. The first time it will return 403 and have X-CSRF-TOKEN as one of its response headers. Then you send it again, but include the X-CSRF-TOKEN in your request header. The response to the second request will have a .ROBLOSECURITY cookie, which you need to pass as a cookie with your group wall delete requests in order to authenticate that itās you.
If you want to easily test out HTTP APIs, I suggest Postman. I recently started using it, and it makes it really easy to figure out how HTTP APIs work. It even has a button to show you code to make the request in many different languages.
I made my groups manual approval only so that I can filter bots into a bots rank so they do me a favour and make my group look like it has a few more visitors than it actually does.