infestor is a command line/web application to claim and create discounted STEEM accounts. If your stake is at least dolphin level, you can claim discounted accounts (this resource credit requirement may change) in a periodical base.
Also, you can create gift codes for account creation which can be used in the web interface.
Airdrop support to Steemians
With the new version, it's now possible for STEEM accounts to login (+with SteemConnect) and get free gift codes based on the reputation level.
The witness name for the bonus and the minimum reputation requirement are both dynamic fields which can be set as environment variables with INFESTOR_MINIMUM_REP
and INFESTOR_OPERATOR_WITNESS
.
After the login, if the user fulfills the requirements, they see a page includes the fresh gift codes:

Updating
pip install infestor --upgrade
New configuration fields
Make sure you have set these new environment variables:
Key | Value |
---|---|
SC_CLIENT_ID | Steemconnect application client id |
SITE_URL | Website URL |
MINIMUM_REP | Minimum reputation to claim a free gift code |
Running the web interface
$ gunicorn infestor.web:app
Pull Requests and Commits
Where can I get my free accounts?
I run an infestor instance at freeaccounts.dpoll.xyz. However, currently, I have set the airdrop feature's minimum reputation to 90.
Once I accumulate 100 discounted accounts (It's 89, at the moment), I will set it to a lower reputation figure, maybe around 55-60 (what do you think?) and distribute the accounts to Steemians. It will be announced later, on my feed.
You have discounted accounts and want to run an infestor node yourself?
If you're interested in running an infestor node which feeds from your account, let me know. I can arrange a "one-click" install to heroku which you just pass related environment variables and run the app.