Jessecar96 / SteamBot

Automated bot software for interacting with Steam Trade
http://scrap.tf
MIT License
1.33k stars 911 forks source link

class for add friend #165

Closed thehawk93 closed 10 years ago

thehawk93 commented 11 years ago

hello, i'm c# begginer and I am struggling to create a class to make the bot add a person. my intention is to make an appointment ah a period of time, and add the person, but after several attempts, only failed. could someone please give me a hint how to do this?

only a small example of using this method in a sql query, the other methods I could make it work

Thank you everybody, have a nice day.

DrProfAxesome commented 11 years ago

If you are using a MySQL database to have someone click a button on a website to trigger the add function, I'll assume you already have that working, it's actually pretty easy. Just use the AddFriend(ID); code

Make sure the account the bit is on is a steam premium (has a game in its library) otherwise it can't add other people

thehawk93 commented 11 years ago

yes, I created a class template for it to start soon add a player to test, sends no more request. query a table and wanted to find a particular status do a sequence of methods, plus the first of them is to add

sorry my bad english, I'm translator because I'm live in Brazil

BlueRaja commented 10 years ago

427 #527