Metadata-Version: 2.1
Name: twitter-fire-scraper-webapi
Version: 0.0.1
Summary: A web API interface to the `twitter-fire-scraper` package.
Home-page: https://github.com/raaraa/IPRO497-Analytics-Team/tree/master/coding/twitter-fire-scraper-webapi
Author: Henry Post
Author-email: HenryFBP@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: twitter-fire-scraper
Requires-Dist: flask

# What is this?

A small web API that exposes the `twitter-fire-scraper` package to HTTP requests.

It runs on port 3620 by default.

# Developers

Same development for the `twitter-fire-scraper` package.

Run `pipenv install` to install the dependencies for this package,

and run `pipenv run python app.py` to start the web API.

