Results 1 to 3 of 3

Thread: [Python] Account Creator

  1. #1
    Squirtle's Avatar
    Joined
    Feb 2013
    Posts
    129
    Pronouns
    he/him
    Userbars
    16
    Thanks
    199
    Thanked
    346/86
    DL/UL
    547/9
    Mentioned
    47 times
    Time Online
    82d 19h 49m
    Avg. Time Online
    29m

    [Python] Neopets Account Creator

    To do list:

    - More error handling
    - Inbox checking based on recipient rather than a timer
    - Add 2 options to generate the information, or have the user input their own
    - Proxy support
    - Easier user-agent updates
    - Update the user agent list to the most recent versions
    - Custom loop so you can input how many times you want it to create accounts

    Doing some final testing, if everything goes smoothly I'll release it asap.

    What it does:

    - Auto activation, for now this will be limited to Gmail only
    - Creates a folder called "Created_Accounts"
    - Randomly generates username, password, birthday, pet name
    - Signs up for an account using the generated information
    - Checks the emails inbox for the activation link, this is timed and waits 30 seconds before proceeding
    - Once the account has successfully been activated it saves the new accounts information inside of the folder "Created_Accounts" under the file name "Account_Data"
    - Saves the account information in the following format: Username: Password:Birthday:Email

    Program image:



    If anyone has any suggestions I should add, feel free to PM me with them!

    Update #1:


    Image of saved accounts:




    Update #2:


    Log w/ proxy support:


    I'll continue to edit this thread with updates until it's completely finished.
    Attached Images Attached Images
    Last edited by Squirtle; 11-29-2018 at 03:41 AM.
Reply With Quote Reply With Quote

  • The Following 5 Users Say Thank You to Squirtle For This Useful Post:

    Byte (11-26-2018),j03 (11-26-2018),morpheme (11-26-2018),npm (11-26-2018),Poem (11-26-2018)

  • #2
    Saiyan Race
    j03's Avatar
    Joined
    Dec 2011
    Posts
    13,722
    Userbars
    166
    Thanks
    5,906
    Thanked
    33,077/6,608
    DL/UL
    23/36
    Mentioned
    3,867 times
    Time Online
    563d 5h 25m
    Avg. Time Online
    3h 13m
    Very nice show-off.

    If there's one thing I learned from the "real world", especially with professionally designed applications, there is never enough error handling.

    If you aren't already, it might be smarter to use a collection of different user-agents and picking a random one for every account to look more unique.

    Making it use the bigger e-mail providers like live and gmail would be pretty sweet, but I would imagine tedious as they probably update their website data often...

    This would make a dope higher rank bot for the community.
    (you need an account to see links)
    (you need an account to see links)(you need an account to see links)

    ------------------------
    [02/24/2013] Stealth CORE is made into the first standalone Neopets auto-player.
    ------------------------


  • #3
    Byte's Avatar
    Joined
    Aug 2016
    Posts
    414
    Userbars
    4
    Thanks
    129
    Thanked
    260/128
    DL/UL
    75/0
    Mentioned
    33 times
    Time Online
    22d 21h 36m
    Avg. Time Online
    11m
    Honestly would be very useful. I was incredibly surprised at how ridiculously long it takes to make these emails manually compared to the old days when I made only 10 accounts to try out a new proxy provider. Looks great.

  • Posting Permissions

    • You may not post new threads
    • You may not post replies
    • You may not post attachments
    • You may not edit your posts
    •