A CLI utility that can connect to external databases. It fetches the data from different dev communities like stackoverflow and reddit and display in the terminal itself.
- Installing pip [Python Package Manager]
$ sudo apt-get install python3-pip- Install dependencies
$ pip3 install -r requirements.txt- Clone this repository to your local drive
$ git clone https://github.com/IndianOpenSourceFoundation/dynamic-cli.git- Install with pip
$ sudo pip3 install -e dynamic-cli/- To verify the installation
$ dynamic -sIf you get the message "What do you want to search - ", the installation is successful.