this repo has no description
0
fork

Configure Feed

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

Updated tests for new tables in #40

+2
+2
tests/test_save_tweets.py
··· 39 39 "media_tweets", 40 40 "since_id_types", 41 41 "since_ids", 42 + "count_history_types", 43 + "count_history", 42 44 } == set(db.table_names()) 43 45 # And check for indexes 44 46 following_indexes = {tuple(i.columns) for i in db["following"].indexes}