Skip to content

Latest commit

 

History

History
73 lines (53 loc) · 2.36 KB

File metadata and controls

73 lines (53 loc) · 2.36 KB

Dofus Touch Account Creation Bot

This bot automates the process of creating and setting up Dofus Touch accounts. It uses Selenium WebDriver to interact with web pages and Streamlit for the user interface.

Prerequisites

  • Python 3.7+
  • Chrome browser

Installation

  1. Clone this repository:

    git clone https://github.com/mohdtalal3/Dofus-Touch-Account-Creation-Bot.git
    cd Dofus-Touch-Account-Creation-Bot
  2. Create a virtual environment (optional but recommended):

    python -m venv venv
    venv\Scripts\activate
  3. Install the required packages:

    pip install -r requirements.txt

Usage

  1. Prepare your input files:
  • outlook_accounts.txt: List of Outlook accounts (format: email:password, one per line)
  • GAME_NAMES.txt: List of names to use for account creation (one per line)
  1. Run the Streamlit app:

    streamlit run Bot_2.py
  2. In the Streamlit interface:

  • Choose the community (FR, ENG, or ES)
  • Click "Start Bot" to begin the process

File Descriptions

  • Bot_2.py: Main script containing the bot logic and Streamlit interface
  • requirements.txt: List of Python packages required to run the bot
  • outlook_accounts.txt: Input file with Outlook account credentials
  • GAME_NAMES.txt: Input file with names for account creation
  • verified_accounts.txt: Output file for accounts that passed verification
  • success.txt: Output file for accounts that completed the entire process successfully

Output Files

  • verified_accounts.txt: Contains email:password pairs for accounts that were successfully created and logged in.
  • success.txt: Contains email:password pairs for accounts that completed the entire process without any errors or restrictions.

Important Notes

  • Ensure that outlook_accounts.txt and GAME_NAMES.txt are properly formatted and contain sufficient data before running the bot.
  • The bot will modify outlook_accounts.txt during execution, removing processed accounts.
  • Check verified_accounts.txt and success.txt for the results of the bot's operations.

Troubleshooting

  • If you encounter WebDriver errors, ensure that your ChromeDriver version matches your Chrome browser version.
  • For any other issues, check the console output for error messages and stack traces.

Video Attached for setup.