8000
Skip to content

Allow for multiple quotes of quotes searches #1

@ryanjgallagher

Description

@ryanjgallagher

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:

  1. Add a quote_level column 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 are quote_level 0. Quotes of those tweets are quote_level 1. Quotes of quote_level 1 tweets are quote_level 2. And so on. This involves updating config.py and the insertions into the tweets database in search.py and helper.py
  2. 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=6 and the search automatically gets quotes from levels 1 to 6 automatically

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0