Auto redeem airtime from flashout.
what it is: A session of a puppet browser.
what it is not: a hack or an exploit
To run this project, you will need to add the following environment variables to your .env
file, can be copied from .env-example
USER_AGENT
- could be dynamic
EMAIL
- the email for the account you want to redeem from
PASSWORD
- the password for the account
CURRENCY
- your currency letters,
COUNTRY
- country two letter name, eg: KE, TZ, UG
-a
, --action
- the action you want to perform, redeem or withdraw recommended
-c
, --credit-amount
- amount you wish to redeem, (5, 10, 20, 35, 50 - kenyan ofc)
-n
, --network
- saf, safaricom or airtel
-u
, --user-interface
- include this argument to spawn a puppet chrome process
--proxy
- use a proxy server for the connection
-p
, --phone
- the phone number you want to redeem to in international format excluding the +
release
git clone https://github.com/rotleaf/flashout.git
cd flashout
make release
debug
git clone https://github.com/rotleaf/flashout.git
cd flashout
make debug
redeem 50 to +25411187658 of network safaricom
./flashout -a withdraw -c 50 -p 25411187658 -n safaricom
Contributions are always welcome!