Simple stackoverflow searching tool
-
stackoverPlough is a command line python tool that can use to search questions on stackoverflow website.
-
Tool is powered by Stack Exchange API Vist for more details
-
Coded on python version 3.8.2
- You need newer version of python installed in your system to run the tool.
# clone the repo
$ git clone https://github.com/manushadilan/stackoverPlough
# change the working directory to stackoverPlough
$ cd stackoverPlough
# install the requests package
$ pip3 install requests==2.23.0
python stackoverPlough.py
- Please ⭐️ this repository if this project helped you
- Any kind of contributions are welcomed. :)
This project is licensed under the GNU General Public License v3.0 License. Read more