Skip to content

joh0531/Subreddit-Scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Subreddit Scraper

Web application that allows users to look up statistics on various subreddits based on number of articles, category, and backend.

Install:

  1. Run git clone https://gitlab.com/jbao15/cse20312-projects.git.

  2. If node.js or npm is not installed, go to [Node.js download page] (https://nodejs.org/en/download/) and install node.js. After installing, run node -v and npm -v to verify node.js and npm is installed.

  3. Navigate to DSFinal (cd DSFinal).

  4. Run npm install.

  5. To start the server, run node app.js.

  6. Go to browser and navigate to [http://localhost:3000/] (http://localhost:3000/) to use the application.

Alternatively, the application can be accessed by going to 159.65.189.104:3000

Benchmarking

For benchmarking results and analysis, refer to benchmark_data.txt.

Individual Contributions:

Jack

  • fetch subreddits
  • wrote c code and python script
  • made benchmarking script

Jewon

  • created server to execute c file using node.js
  • customized front-end using angularjs and angularjs material

Matt

  • code walkthrough
  • helped with code writing

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published