소스 검색

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(


불러오는 중...
취소
저장