bossikkk Posted November 17, 2017 Report Posted November 17, 2017 (edited) Hello! How to implement this function: So for example sets lets say your profile id number is 1234567892 The bot is told to get the first number 1234567890 It ads it to the profile link and gets http://steamcommunity.com/profiles/1234567890 Then the coding tells the bot to load the page and look for error messages Error message found, it now goes to the next one... 1234567891 it loads up http://steamcommunity.com/profiles/1234567891 gets an error message it loads up http://steamcommunity.com/profiles/1234567892 It doesn't get an error message. Code for the bot now tells it to load the code for adding the account as a friend. Edited November 17, 2017 by bossikkk Quote
Vanilla Posted November 17, 2017 Report Posted November 17, 2017 Soo.... a bot that spamming friend request? ¯\_(ツ)_/¯ Quote
bossikkk Posted November 17, 2017 Author Report Posted November 17, 2017 Soo.... a bot that spamming friend request? ¯\_(ツ)_/¯well yes. It will be like a function - if you send a message to the chat, for example: !getfriendsfrom <SteamID> Quote
bossikkk Posted November 17, 2017 Author Report Posted November 17, 2017 (edited) There is method "add freind"client.addFriend("steamID", function(err) {if (err) {console.log(err.message);} else {console.log("OK");}});But how get list of other user's friends? To send a request to each of them. Edited November 17, 2017 by bossikkk Quote
xLeeJYx Posted November 18, 2017 Report Posted November 18, 2017 spamming friend request eh ? I wont even try to help since I been getting spam friend request from scam bots. And i think very less people will like what you are doing and probably wont help Vanilla 1 Quote
bossikkk Posted November 18, 2017 Author Report Posted November 18, 2017 spamming friend request eh ? I wont even try to help since I been getting spam friend request from scam bots. And i think very less people will like what you are doing and probably wont helpSorry but I'm not asking how conscientious this is. I just have two question: How do I get a list of other user's friends? Is this possible do with the help of DoctorMcKay's modules ? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.