Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 294 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 294 Bytes

###PHP-WebCrawler

Objective

  • PHP web crawler/scraper
  • Reads RSS feeds from most sources
  • Fetch article related image thumb

Requires

  • PHP 5.3+
  • cURL
  • MySQL 5.5+ (tested)

TO-DO:

  • Switch to PDO
  • Standard retrieval class
  • Run-type configuration
    • Production
    • Development