Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Jessecar96/SteamBot
Automated bot software for interacting with Steam Trade
https://github.com/Jessecar96/SteamBot
Last synced: 3 months ago
JSON representation
Automated bot software for interacting with Steam Trade
- Host: GitHub
- URL: https://github.com/Jessecar96/SteamBot
- Owner: Jessecar96
- License: mit
- Created: 2012-07-11T08:07:47.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2019-02-24T00:37:05.000Z (over 5 years ago)
- Last Synced: 2024-05-06T14:36:20.080Z (6 months ago)
- Language: C#
- Homepage: http://scrap.tf
- Size: 15.9 MB
- Stars: 1,315
- Watchers: 192
- Forks: 911
- Open Issues: 78
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome - Jessecar96/SteamBot - Automated bot software for interacting with Steam Trade (C# #)
- awesome-steam - SteamBot - Automated bot software for interacting with steam trade. (Packages / C#)
README
[![Build status](https://ci.appveyor.com/api/projects/status/r2ml39xoa5svu61y/branch/master?svg=true)](https://ci.appveyor.com/project/Jessecar96/steambot/branch/master)
**SteamBot** is a bot written in C# for the purpose of interacting with Steam Chat and Steam Trade. As of right now, about 8 contributors have all added to the bot. The bot is publicly available under the MIT License. Check out [LICENSE] for more details.
There are several things you must do in order to get SteamBot working:
1. Download the source.
2. Compile the source code.
3. Configure the bot (username, password, etc.).
4. *Optionally*, customize the bot by changing the source code.## Getting the Source
Retrieving the source code should be done by following the [installation guide] on the wiki. The install guide covers the instructions needed to obtain the source code as well as the instructions for compiling the code.
## Configuring the Bot
See the [configuration guide] on the wiki. This guide covers configuring a basic bot as well as creating a custom user handler.
## Bot Administration
While running the bots you may find it necessary to do some basic operations like shutting down and restarting a bot. The console will take some commands to allow you to do some this. See the [usage guide] for more information.
## More help?
If it's a bug, open an Issue; if you have a fix, read [CONTRIBUTING.md] and open a Pull Request. If it is a question about how to use SteamBot with your own bots, visit our subreddit at [/r/SteamBot](http://www.reddit.com/r/SteamBot). Please use the issue tracker only for bugs reports and pull requests. The subreddit should be used for all other discussions.A list of contributors (add yourself if you want to):
- [Jessecar96](http://steamcommunity.com/id/jessecar) (project lead)
- [geel9](http://steamcommunity.com/id/geel9)
- [cwhelchel](http://steamcommunity.com/id/cmw69krinkle)
- [Lagg](http://lagg.me)
- [BlueRaja](http://steamcommunity.com/id/BlueRaja/)## Wanna Contribute?
Please read [CONTRIBUTING.md].[installation guide]: https://github.com/Jessecar96/SteamBot/wiki/Installation-Guide
[CONTRIBUTING.md]: https://github.com/Jessecar96/SteamBot/blob/master/CONTRIBUTING.md
[LICENSE]: https://github.com/Jessecar96/SteamBot/blob/master/LICENSE
[configuration guide]: https://github.com/Jessecar96/SteamBot/wiki/Configuration-Guide
[usage guide]: https://github.com/Jessecar96/SteamBot/wiki/Usage-Guide