Skip to content

Python application for finding code duplication between source code and StackOverflow embedded code. Built for the IRES Red Hat Research Program in Summer 2019

License

Notifications You must be signed in to change notification settings

johnsimmons2/code-duplication

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code Duplication

This application is a naive way to find code duplicated from StackOverflow

Getting Started

These instructions will get a copy of the project up and running on your local machine

Prerequisites

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

Built With

  • StackApi - Python library for connecting to StackOverflow

Authors

About

Python application for finding code duplication between source code and StackOverflow embedded code. Built for the IRES Red Hat Research Program in Summer 2019

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 67.9%
  • Shell 32.0%
  • Makefile 0.1%