This is a small web application to extract useful data from pieces of online text. For the command line version for text files, please check out the CommandLine branch
Install python, preferably 3.9 from https://www.python.org/downloads/release/python-390/
clone the repository to your local machine
git clone https://github.com/anthonypapetti/TextExtractor.git
Install the required packages from requirements.txt
pip install flask==1.1.2
Run the server
python run.py
- Flask - Web Framework
This project is licensed under the MIT License - see the LICENSE.md file for details