Remove my Twitter handle from the script. ^^
This commit is contained in:
parent
5b01b71257
commit
9afd088394
1 changed files with 3 additions and 1 deletions
|
@ -8,7 +8,9 @@ import HTMLParser, tweepy, os, translate
|
|||
accounts = [
|
||||
]
|
||||
|
||||
search = "from:kumitterer"
|
||||
origin = "Handle of original account (without @)"
|
||||
|
||||
search = "from:" + origin
|
||||
|
||||
last_id_filename = "last_id"
|
||||
rt_bot_path = os.path.dirname(os.path.abspath(__file__))
|
||||
|
|
Loading…
Reference in a new issue