Skip to content
This repository has been archived by the owner on Sep 11, 2023. It is now read-only.

Latest commit

 

History

History
19 lines (15 loc) · 1.14 KB

README.md

File metadata and controls

19 lines (15 loc) · 1.14 KB

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.