Install Node
npm i -g cellar-search
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
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'
If the results don't start to come in after around 30s, restart the app.
Expect at least 300k posts per hour, unless on a slower connection.
If you're on an older version, run npm i -g cellar-search
to update.
Enjoy!