README.md 1.1 KB

Complaint Scraper

This program scrapes a website for phone number complaint data and provides that data via a RESTful API.

Dependencies

  • bottle
  • bs4
  • cfscrape
  • lxml
  • os
  • socket
  • socks
  • sqlite3
  • sys

References

Usage

  • Run the script with python complaint-scraper.py
  • Visit http://localhost:8080 to view the results
  • Routes defined:
    / Returns all results in the database
    /123 Returns the results for this area code only, where 123 is some valid area code