Scrapping website to find top 5 words with most number of occurrences Please follow the below steps to run the project ->
- Please clone the project using git clone https://github.com/nrai/hiver-interview.git
- Goto project directory and write command cd hiver
- Run Command - pip install -r requirements.txt
- Run Command - python manage.py scrape_website
After running the last command you will see the expected response on the terminal.
Thanks