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__))