-
Notifications
You must be signed in to change notification settings - Fork 15
Allow for multiple quotes of quotes searches #1
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Currently, you can get quotes of quote tweets, but there's no efficient way to continue iterating that process because everything gets labeled as from_quote_search. Two changes can be made:
- Add a
quote_levelcolumn to the database, so that you can subset by quote tweets which iteration of a quote search they were returned from. For example, tweets retrieved from a search arequote_level0. Quotes of those tweets arequote_level1. Quotes ofquote_level1 tweets arequote_level2. And so on. This involves updatingconfig.pyand the insertions into the tweets database insearch.pyandhelper.py - Allow a user to either iterate on the previous quote level (identified automatically) or iterate up to a certain depth, e.g. the user specifies something like
up_to_quote_level=6and the search automatically gets quotes from levels 1 to 6 automatically
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request