MALICE HUNTER

malice_hunter

This Project is the implementation of the Idea that was proposed by Bureau of Police Research and Development during the period of SIH.

Installation Guide:

  • Prerequisite :

Requirements

  • Django v >=2.1, Python v >=3.6

Procedure

Clone this repository and then

First install a all the requirements globally given below, using command:

    $ pip install django 
    $ pip install unshortenit 
    $ pip install requests
    $ pip install praw

Just do migration for the app from project root.

    $ python manage.py migrate
    $ python manage.py runserver