Fixed the comment lines to relate to the action performed.
This commit is contained in:
parent
3911011d20
commit
f18af22c00
4 changed files with 4 additions and 4 deletions
|
|
@ -2,7 +2,7 @@ from twython import Twython, TwythonError
|
||||||
|
|
||||||
# Optionally accept user data from the command line (or elsewhere).
|
# Optionally accept user data from the command line (or elsewhere).
|
||||||
#
|
#
|
||||||
# Usage: follow_user.py ryanmcgrath
|
# Usage: block_spammer.py SomeoneAnnoying
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@ from twython import Twython, TwythonError
|
||||||
|
|
||||||
# Optionally accept user data from the command line (or elsewhere).
|
# Optionally accept user data from the command line (or elsewhere).
|
||||||
#
|
#
|
||||||
# Usage: follow_user.py ryanmcgrath
|
# Usage: block_user.py A_Twitter_Troll
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@ from twython import Twython, TwythonError
|
||||||
|
|
||||||
# Optionally accept user data from the command line (or elsewhere).
|
# Optionally accept user data from the command line (or elsewhere).
|
||||||
#
|
#
|
||||||
# Usage: follow_user.py ryanmcgrath
|
# Usage: unblock_user.py Not_So_Bad_After_All
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@ from twython import Twython, TwythonError
|
||||||
|
|
||||||
# Optionally accept user data from the command line (or elsewhere).
|
# Optionally accept user data from the command line (or elsewhere).
|
||||||
#
|
#
|
||||||
# Usage: follow_user.py ryanmcgrath
|
# Usage: unfollow_user.py Not_So_Cool_Really
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue