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.
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.
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.