pep8 finished
This commit is contained in:
parent
6206c0b73f
commit
a0fec2f004
9 changed files with 155 additions and 76 deletions
|
|
@ -9,7 +9,8 @@ import sys
|
|||
if len(sys.argv) >= 2:
|
||||
target = sys.argv[1]
|
||||
else:
|
||||
target = raw_input("User to follow: ") # For Python 3.x use: target = input("User to follow: ")
|
||||
target = raw_input("User to follow: ")
|
||||
# For Python 3.x use: target = input("User to follow: ")
|
||||
|
||||
# Requires Authentication as of Twitter API v1.1
|
||||
twitter = Twython(APP_KEY, APP_SECRET, OAUTH_TOKEN, OAUTH_TOKEN_SECRET)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue