Remove my Twitter handle from the script. ^^

This commit is contained in:
Klaus-Uwe Mitterer 2015-03-19 01:31:18 +01:00
parent 5b01b71257
commit 9afd088394

View file

@ -8,7 +8,9 @@ import HTMLParser, tweepy, os, translate
accounts = [ accounts = [
] ]
search = "from:kumitterer" origin = "Handle of original account (without @)"
search = "from:" + origin
last_id_filename = "last_id" last_id_filename = "last_id"
rt_bot_path = os.path.dirname(os.path.abspath(__file__)) rt_bot_path = os.path.dirname(os.path.abspath(__file__))