Giter VIP home page Giter VIP logo

twitter-account-creator-1's Introduction

Twitter Account Creator - old (2014)

Script for creating Twitter accounts using an old mobile http only endpoint without need to enter captchas (2014). This endpoint has since been updated and no this script no longer works.

Wrote this for winning a voting competition between portuguese Universities organized by Red Bull back in 2014. I quickly put this together in python with the mechanize scraping module for easily navigating the Twitter website.

Competition

The competition allowed voting through Facebook, Twitter or email. Automatically creating accounts with Facebook proved tough as they required inputing a phone number. For creating accounts with Twitter, no phone number was required, but a captcha had to be sovled, preventing multiple accounts to be created quickly.

I remembered from another write up I had read, that Twitter still had an old mobile http version of the website http://mobile.twitter.com/signup (think WAP era) with no JS or captchas which proved very easy to crawl. After writing the script to automatically create the accounts createaccount.py, another script was created to log in the competition website and vote. The competition did not require the Twitter accounts to verify their email so this simplified the account creation a lot. The mobile endpoint has since been updated.

Other alternatives would have included creating temporary email accounts with services such as yopmail, 10minutemail ... which were not blacklisted from voting in the competition.

Future improvements

Although this proved enough for us to win, possible improvements at the time would have been:

  • Coming up with real First and Last names by randomly sampling from a list of names and then taking the first suggestion for the username from Twitter. In case the competition judges wanted to investigate the votes coming from this bot, this would make it much harder than having all bot usernames start with the same prefix;
  • spawn multiple processes (ie. python's multiprocess module) instead of manually running the script many times;

twitter-account-creator-1's People

Contributors

d3rezz avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.