If you want to make an random account easily this CLI it wiil be of great help for you, as I said before if you want to make a quick account you can do it with the option Fastmail that's simple email provider that allows you create an account without captcha but if you want use others known providers you can use Hotmail or Protonmail but you have to pass the captcha but don't worry if you aren't a robot you can pass it.
- It's important to know you need to have chrome installed on your machine or get the chromedriver stable release
git clone https://github.com/ignite7/quickaccount.git
cd quickaccount/
pip install .
-
The usage is so simple when you finish the setup you can run
quickaccount
from your Terminal- You must choose a provider
quickaccount fastmail
- It's optional but you can choose an (username, password, domain)
quickaccount hotmail -u pepe -p easypass -d hotmail.com
- If you reach the limit of account created by your public IP you can
use the flag
--proxy || -P
for using a SSL proxy
quickaccount protonmail --proxy quickaccount protonmail -P
- And last but not least you can always use
--help
for look all the options
quickaccount --help
- Add more service providers
- Add more web browsers
Made By: Sergio van Berkel Acosta