cellar-search
v1.7.3
Published
## Prerequisites
Downloads
4
Readme
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)' '[email protected]' '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)' '[email protected]' 'mypass'
# To find all posts by @Polskie_hodowle:
cellar-search '(from:polskie_hodowle)' '[email protected]' 'mypass'
# To find posts with hashtag #futro from 2018-09-11 on:
cellar-search '(#futro) since:2018-09-11' '[email protected]' 'mypass'
# To find posts matching text "polskie hodowle" in 2019:
cellar-search 'polskie hodowle until:2019-12-31 since:2019-01-01' '[email protected]' '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!