Metadata-Version: 2.1
Name: DigitalSpot
Version: 0.0.1
Summary: The beginnings of a custom web crawler
Home-page: https://github.com/alexis-evelyn/WebCrawler
Author: Alexis Evelyn
Author-email: alexis.a.evelyn+pypip@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/alexis-evelyn/WebCrawler/issues
Description: ### This software is in Alpha!!!
        
        # Sister project to [Rover](https://github.com/alexis-evelyn/Rover)
        
        ### For some reason, Mozilla decided [not to be helpful][mozilla] in hiding the WebDriver flag. Notice the deleted comment. So, we are using Chromium
        
        # RPi
        ```bash
        sudo apt-get update
        sudo apt-get install python-pip chromium-browser chromium-chromedriver xvfb
        pip3 install -r requirements.txt
        python3 main.py
        ```
        
        # Sites To Consider Indexing
        * https://apnews.com/
        * https://www.reuters.com/
        * https://www.foxnews.com/
        * https://www.nbcnews.com/
        * https://us.cnn.com/
        * https://www.nytimes.com/
        * https://www.huffpost.com/
        * https://www.usatoday.com/
        * https://www.politico.com/
        * https://www.npr.org/sections/news/
        * https://thehill.com/
        * https://www.texastribune.org/
        * https://hillreporter.com/
        * https://www.rawstory.com/
        * https://www.washingtonpost.com/
        * https://www.thegatewaypundit.com/
        * https://www.oann.com/
        
        <!-- https://blog.feedspot.com/usa_news_websites/ -->
        
        [mozilla]: https://github.com/mozilla/geckodriver/issues/1680
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
