This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
Tweeting by controlling Firefox via Python + selenium | |
http://selenium-python.readthedocs.org/ | |
This script: | |
- Opens up Firefox | |
- Goes to https://www.twitter.com | |
- Clicks the login button | |
- logs you in (assuming you have your twitter password in a file named `mypassword.txt`...) |