this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

No need to save user twice, fixes #30

-1
-1
twitter_to_sqlite/cli.py
··· 113 113 user_id = profile["id"] 114 114 115 115 def go(update): 116 - utils.save_users(db, [profile]) 117 116 for followers_chunk in utils.fetch_follower_chunks( 118 117 session, user_id, screen_name 119 118 ):