Nobody cares about the tweet IDs.
This commit is contained in:
parent
f87ad68b8b
commit
f19f04c415
1 changed files with 2 additions and 2 deletions
|
@ -102,9 +102,9 @@ def getFollowing(db=dbtools.dbHelper(), two=twitools.twObject()):
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
count, last, first = getTweets()
|
count, last, first = getTweets()
|
||||||
print("Stored %i tweets after %i until %i." % (count, first, last))
|
print("Stored %i tweets." % (count, first, last))
|
||||||
count, last, first = getMessages()
|
count, last, first = getMessages()
|
||||||
print("Stored %i messages after %i until %i." % (count, first, last))
|
print("Stored %i messages." % (count, first, last))
|
||||||
gained, lost = getFollowers()
|
gained, lost = getFollowers()
|
||||||
print("Gained %i followers, lost %i." % (gained, lost))
|
print("Gained %i followers, lost %i." % (gained, lost))
|
||||||
gained, lost = getFollowing()
|
gained, lost = getFollowing()
|
||||||
|
|
Loading…
Reference in a new issue