/BitSkinsBot

Bot for making profit from trading on BitSkins

Primary LanguageC#GNU General Public License v3.0GPL-3.0

What is BitSkinsBot?

Codacy Badge build status

Bot can buy and sell items on BitSkins automatically and make profit. It is build on .NET Core 2.1. Bot using BitSkinsApi NuGet package.

How do I use BitSkinsBot?

Necessary to create account_data.json file in BitSkinsBot project, in properties this file you must set Copy to Output Directory to Copy always. After that need add in account_data.json this:

{
  "ApiKey": "Your BitSkins api key",
  "SecretCode": "Your BitSkins secret code"
}

After that Build and Start project.

License

This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.