pkmishra2223 / dynamic-cli

A command line utility that can connect to an external databases, also fetch suggestions from different developer communities like stack-overflow and Reddit.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

-> Type the question you want to search. -> Include the tags relevant for the question. -> Answers will be displayed based on relevance, no of upvotes and based on question tags.

License

License: GPL v3

About

A command line utility that can connect to an external databases, also fetch suggestions from different developer communities like stack-overflow and Reddit.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%