Skip to content

KodiGitup/tud_newsscraper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tud_newsscraper

A tool to extract data from websites of TU Dresden. This is currently in use on fsr-verkehr.de as a ticker on its homepage.

Usage

Basically there are two php files view/news.php and view/calendar.php which both emit HTML-snippets that contain a rendered version of all the feeds defined in model/news/faculties/*, respectively model/calendar/faculties/*. For the case of fsr-verkehr.de these snippets are then dynamically added to the DOM via AJAX (jQuery).

(Partial) documentation of the individual functions is available through PHPDoc comments in the code.

Requirements

  • PHP 5.3+
  • PHP cURL
  • non-Windows OS due to the use of strptime()

About

A tool to extract data from websites of TU Dresden

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%