瀏覽代碼

add comments

master
Andreas Demmelbauer 6 年之前
父節點
當前提交
7fd53192dd
共有 1 個檔案被更改,包括 2 行新增0 行删除
  1. +2
    -0
      tootbot.py

+ 2
- 0
tootbot.py 查看文件

@@ -82,6 +82,7 @@ print('====== TWITTER ======')

t = feedparser.parse('http://twitrss.me/twitter_user_to_rss/?user='+twitteruser)

# start with oldest
for p in reversed(t.entries):
# check if this tweet has been processed
db.execute(
@@ -172,6 +173,7 @@ h.body_width = 0

s = feedparser.parse('http://'+soupuser+'/rss')

# start with oldest
for p in reversed(s.entries):
# check if this tweet has been processed
db.execute(


Loading…
取消
儲存