• In my Sophomore Lab in Applied Computing I was introduced to Mechanize, BeautifulSoup and Urllib. In a means of better understanding how the three interact with each other, I built an automatic twitter tweeter. The way the program works is that it scrapes tweets from here and stores them into a text document called tweets.txt. Afterwards, the program asks the user for their username and password to login to twitter and then it proceeds to tweeting a predefined amount of tweets at random time intervals within the max time given by the user.
  • Download Project: Click me
    View in Github: Click me