瀏覽代碼

show retweets: RT xxxx

master
cquest 7 年之前
父節點
當前提交
ecbbf79a9a
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. +2
    -1
      tootbot.py

+ 2
- 1
tootbot.py 查看文件

@@ -70,9 +70,10 @@ for t in reversed(d.entries):
print("ERROR: First Login Failed!")
sys.exit(1)


#h = BeautifulSoup(t.summary_detail.value, "html.parser")
c = t.title
if t.author != '(%s)' % twitter:
c = ("RT %s\n" % t.author[1:-1]) + c
toot_media = []
# get the pictures...
for p in re.finditer(r"https://pbs.twimg.com/[^ \xa0\"]*", t.summary):


Loading…
取消
儲存