1.0.5 • Published 2 years ago

twisearch v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Twisearch

Twesearch is a CLI tool that makes it easy to perform advanced searches on Twitter. This tool opens your default browser with a URL based on the information you enter. Works only on Mac or Windows.

CleanShot 2022-05-27 at 11 12 57

Usage

$ npx twisearch

Search Twitter is Enter key. Move next form is Tab key. Move previous form is Shift + Tab key.

Parameters

NameTypeDescription
KeywordsStringKeywords to search. Multiple words can be set by separating them with a half space.
Min favoritesIntegerMinimum number of favorites. Integer value must be positive.
Max retweetsIntegerMaximum number of retweets. Integer value must be positive.
From user nameStringUser name to search from.
Except user nameStringUser name to exclude from search.
To user nameStringUser name to search to.
Since (yyyy-mm-dd)DateDate format is yyyy-mm-dd. Search tweets since the date.
Until (yyyy-mm-dd)DateDate format is yyyy-mm-dd. Search tweets until the date.
Filter imagesBooleanFilter tweets that contain images. Default is false.
Filter videosBooleanFilter tweets that contain videos. Default is false.
Filter linksBooleanFilter tweets that contain gifs. Default is false.

Example

                Keywords : Twitter Fun
           Min favorites : 10000
            Min retweets : 50
          From user name : Twitter
   Except from user name : Example
            To user name : Facebook
      Since (yyyy-mm-dd) : 2020-03-09
      Until (yyyy-mm-dd) : 2022-10-28
           Filter images : true
           Filter videos :
            Filter links : false
1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago