1.7.3 • Published 4 years ago

cellar-search v1.7.3

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

cellar-search

Prerequisites

Install Node

Installation

npm i -g cellar-search

Usage

In your terminal application run cellar-search 'QUERY' 'USER' 'PASS', for example:

cellar-search '(@Polskie_hodowle)' 'me@me.com' 'mypass'

Your results will be written to out/posts.csv and out/users.csv inside the app folder.

You can check your terminal or the data.csv file to watch the progress. Once you have what you need, simply kill the app in the terminal by pressing Ctrl+C

Queries

You can use advanced query syntax. Use query builder (just copy whatever query appears in the search bar after completing the form) to see your options.

Examples:

# To find all mentions of @Polskie_hodowle:
cellar-search '(@Polskie_hodowle)' 'me@me.com' 'mypass' 

# To find all posts by @Polskie_hodowle:
cellar-search '(from:polskie_hodowle)' 'me@me.com' 'mypass'

# To find posts with hashtag #futro from 2018-09-11 on:
cellar-search '(#futro) since:2018-09-11' 'me@me.com' 'mypass' 

# To find posts matching text "polskie hodowle" in 2019:
cellar-search 'polskie hodowle until:2019-12-31 since:2019-01-01' 'me@me.com' 'mypass'

Troubleshooting

If the results don't start to come in after around 30s, restart the app.

Performance

Expect at least 300k posts per hour, unless on a slower connection.

Updating

If you're on an older version, run npm i -g cellar-search to update.

Enjoy!

1.7.3

4 years ago

1.7.2

4 years ago

1.7.1

4 years ago

1.7.0

4 years ago

1.6.5

5 years ago

1.6.4

5 years ago

1.6.2

5 years ago

1.6.1

5 years ago

1.6.0

5 years ago

1.5.0

5 years ago

1.4.0

5 years ago

1.3.0

5 years ago

1.2.5

5 years ago

1.2.4

5 years ago

1.2.3

5 years ago

1.2.2

5 years ago

1.2.1

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago