/dynamic-cli

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Dynamic - CLI

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.

Setup

  • 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 -s

If you get the message "What do you want to search - ", the installation is successful.

License

License: GPL v3