Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 189 Bytes

File metadata and controls

17 lines (11 loc) · 189 Bytes

TweetType

The type of tweets to get.

Example Usage

from x_api_scraper.models import TweetType
value: TweetType = "Top"

Values

  • "Top"
  • "Latest"
  • "Media"