This bot is dead
Migrated RocketAPI and other packages to .NET Core so that they can be used on linux/mac/windows etc.
git clone https://github.com/Fusion86/NecroBot.NetCore.git --recursive
cd NecroBot.NetCore
dotnet restore
# now is a good time to edit the config files
# after the config files are setup correctly you can run the bot
cd NecroBot.CLI.NetCore
dotnet run
Edit auth.json and config.json in PoGo.NecroBot.CLI.NetCore/Config. Remember to add quotes!
cd NecroBot.NetCore/PoGo.NecroBot.CLI.NetCore
dotnet run
It's recommended to check for package updates after you updated your repository (by using git pull)
cd NecroBot.NetCore
dotnet restore
- Cormaltes for porting this to .NET Core
- Insensitivity for PogoProtos
- ForexRev for Pokemon-Go-Rocket-API
- NECRBOTIO and NoxxDev for NecroBot