This application is a naive way to find code duplicated from StackOverflow
These instructions will get a copy of the project up and running on your local machine
Before running the project you will need to install the StackOverflow API and BeautifulSoup 4 libraries
> pip install stackapi bs4
With Python 3
> pip3 install stackapi bs4
- StackApi - Python library for connecting to StackOverflow