/dofus-account-generator

A simple Ankama account generator working with local proxy list or random proxy from PubProxy API.

Primary LanguagePython

Dofus Account Generator

Product Name Screen Shot

Table of Contents

About The Project

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

Built With

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

  • 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

Installation

  1. Clone the repo
git clone https://github.com/AxelConceicao/Dofus-Account-Generator.git
  1. Run the following command in the repo root to install Python packages
pip3 install -r requirements.txt

Options

  • -l or --local-proxy <file>: loop proxies in the file you provide
  • -o or --online-proxy: get a random proxy from the PubProxy API

Usage

  1. No proxy mode (maximum 4 accounts per IP)
python3 engine.py
  1. Loop proxies in the file you provide (see example/proxylist.txt file)
python3 engine.py -l example/proxylist.txt
  1. 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

Output

  • accounts.txt in the repo root (see example/accounts.txt file)
username:password
mc3wWtmvv76l:mc87Zl7hyjHp

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

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.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Project Link: https://github.com/AxelConceicao/Dofus-Account-Generator

Acknowledgements