Skip to content

HKN-Beta/purdueece-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

purdueece-scraper

Scrapes purdueece.com articles into a JSON file via a CGI script on Apache, which is then rendered in a TV-friendly format.

Libraries used:

  • requests (Python, fetches HTML)
  • BeautifulSoup (Python, parses HTML)
  • qrcode.js (Client-side JS, Renders QR code for each article's URL)
  • PDF.js (Client-side JS, Renders any PDFs in article)

Future plans:

  • Refactor frontend to render all objects in the background so browser doesn't waste compute time reloading PDFs and images.

About

Scrapes Purdue ECE website articles into TV format

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages