Jessecar96 / SteamBot

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

Wrapper for friends list #703

Open WildCard65 opened 9 years ago

WildCard65 commented 9 years ago

Due to #702 I feel like SteamBot needs a wrapper class for SteamKit2's friend stuff. Anyone else agree?

scholtzm commented 9 years ago

What would be the purpose of this wrapper class?

WildCard65 commented 9 years ago

To allow for easier handling of bot's friends(like instead of doing Bot.SteamFriends.GetFriendPersonaName(), coder can do something like: Bot.GetFriendById().FriendName
Edit: Also they can even check when friend was added, if friend is blocked, when friend account is created(just incase people want that) and other things.

scholtzm commented 9 years ago

This project is still lacking proper inventory system for trade offers. I'd say this is pretty low priority.