stackoverflow-cli
stackoverflow-cli copied to clipboard
Just a command line interface to StackOverflow
stackoverflow-cli is a command line interface to the stackoverflow API designed to be run in text environments in combination with other GNU tools to extract useful information.
To compile this thing you need libcurl and json-c libraries, downnload the code and run the Makefile.
No configure script yet.
Usage: ./stackoverflow-cli
Operations has to be one of the following:
Search:
--search Searches the questions database.
--intitle
Users:
--users Searches the users database.
--id
Questions:
--questions Searches the questions database with answers.
--id
Generic parameters:
--pagesize <size> How many items per page? 100 maximum.
--page <page> What page do you want to see?