Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 763 Bytes

File metadata and controls

31 lines (17 loc) · 763 Bytes

StackCLI

This is a command line tool build with python ,This helps developers to search their problems using their terminal increasing their productivity.

Alt text

It Supports:

Searching a query on Stackoverflow (Screenshot and Text based search)

Searching for nth answer for a question on stackoverflow (Screenshot and Text based search)

Dependecies

Click

Beautifulsoup Library

Selenium Library

Requests Library

How to use

Clone the repository , go to the directory and run

$ pip install --editable .

StackCli will be installed and can be invoked using stack keyword on the terminal

Use "stack --help" for options available

Please contirbute and extend this tool.