From 9afd088394d1b7959e4ab7009b89e41a62e77443 Mon Sep 17 00:00:00 2001 From: Klaus-Uwe Mitterer Date: Thu, 19 Mar 2015 01:31:18 +0100 Subject: [PATCH] Remove my Twitter handle from the script. ^^ --- transbot.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/transbot.py b/transbot.py index 8bb4890..7bdea23 100644 --- a/transbot.py +++ b/transbot.py @@ -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__))