- About the Project
- Getting Started
- Options
- Usage
- Output
- Roadmap
- Contributing
- License
- Contact
- Acknowledgements
A simple Ankama account generator working in many different ways:
- By default, without any proxy (maximum 4 accounts per IP)
- With a local proxy list you provide (recommended)
- With random online proxies from the PubProxy API
Emails are confirmed / 1 email = 1 account
To get a local copy up and running follow these simple steps.
- Python 3 ≥ 3.6
sudo apt install python3
- Pip 3 ≥ 20.0.2
sudo apt install python3-pip
- Firefox ≥ 79
sudo apt install firefox
- xclip ≥ 0.13-1
sudo apt install xclip
- Clone the repo
git clone https://github.com/AxelConceicao/Dofus-Account-Generator.git
- Run the following command in the repo root to install Python packages
pip3 install -r requirements.txt
-l
or--local-proxy
<file>
: loop proxies in the file you provide-o
or--online-proxy
: get a random proxy from the PubProxy API
- No proxy mode (maximum 4 accounts per IP)
python3 engine.py
- Loop proxies in the file you provide (see
example/proxylist.txt
file)
python3 engine.py -l example/proxylist.txt
- Get a random proxy from the PubProxy API
python3 engine.py -o
The program won't stop generating account until keyboardinterrupt (CTRL+C) or the end of the proxy list
accounts.txt
in the repo root (seeexample/accounts.txt
file)
username:password
mc3wWtmvv76l:mc87Zl7hyjHp
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Project Link: https://github.com/AxelConceicao/Dofus-Account-Generator