-
Notifications
You must be signed in to change notification settings - Fork 230
Run necrobot2 with PokeFamer hash server API key
Necrobot 2 release 1.0.0.34 and above now support to running with Pokefamer hash API
What is Pokefamer hash API? - please read here https://talk.pogodev.org/d/51-api-hashing-service-by-pokefarmer
Basically, API no longer open source and free, to use latest API you have to using Pokefamer service, Just need to buy a key from them and use it with Necrobot
What is RPM? RPM is request per minute, that is how many request that key allow your bot to make in a minutes, the lowest package is 5$ = 150 RPM that enough for 3+ instance of bot running at the same time.
How to buy it? Please by it from Pokefamer they provide link above
How to configure to use it?
If you are brand new user, at the very first time you run the bot, the form will display as you to choose API method you want to use.
Select Pogodev API option, then enter your API key that you got from email after purchase it
Necrobot also support legacy api - 0.45. use it at your own risk (this is free )
If you are existing necro user, you need to edit auth.json to add your key, look for the config below in you json.config
"APIConfig": {
"UsePogoDevAPI": true,
"AuthAPIKey": "xxxxxxxxxxxxxx",
"UseLegacyAPI": false
},```
Change it with your key then start bot
Happy botting
This Website and Project is in no way affiliated with, authorized, maintained, sponsored or endorsed by ANYONE. This is an independent and unofficial project for educational use ONLY. Do not use for any other purpose than education, testing and research.
This is not a public release, just a project with releases for code testers for education and research on any privacy issues for the end user.