No Description

Jonathan E. Landrum 7d45e54d8a Merge branch 'master' of github.com:jonlandrum/complaint-scraper 8 years ago
README.md d4a57d73fd Update README.md 8 years ago
complaint-scraper.db dc143085c6 Preparing to refactor 8 years ago
complaint-scraper.py 7d45e54d8a Merge branch 'master' of github.com:jonlandrum/complaint-scraper 8 years ago

README.md

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