├── .DS_Store ├── LICENSE ├── README.md ├── Screenshots ├── .DS_Store ├── Screenshot 2019-03-04 21.06.35.png ├── Screenshot 2019-03-04 21.07.47.png ├── Screenshot 2019-03-04 21.07.56.png ├── Screenshot 2019-03-04 21.08.32.png ├── Screenshot 2019-03-04 21.09.06.png ├── Screenshot 2019-03-04 21.09.19.png └── Screenshot 2019-03-04 21.09.51.png ├── Tests ├── test1 - scrapethis.txt ├── test2 - scrapethis.txt ├── test3 - webscraper.txt ├── test4 - ahadsheriff.txt └── test5 - ahadsheriff.txt ├── map_website.py ├── requirements.txt └── tests.zip /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahadsheriff/map-website/HEAD/.DS_Store -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahadsheriff/map-website/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahadsheriff/map-website/HEAD/README.md -------------------------------------------------------------------------------- /Screenshots/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahadsheriff/map-website/HEAD/Screenshots/.DS_Store -------------------------------------------------------------------------------- /Screenshots/Screenshot 2019-03-04 21.06.35.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahadsheriff/map-website/HEAD/Screenshots/Screenshot 2019-03-04 21.06.35.png -------------------------------------------------------------------------------- /Screenshots/Screenshot 2019-03-04 21.07.47.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahadsheriff/map-website/HEAD/Screenshots/Screenshot 2019-03-04 21.07.47.png -------------------------------------------------------------------------------- /Screenshots/Screenshot 2019-03-04 21.07.56.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahadsheriff/map-website/HEAD/Screenshots/Screenshot 2019-03-04 21.07.56.png -------------------------------------------------------------------------------- /Screenshots/Screenshot 2019-03-04 21.08.32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahadsheriff/map-website/HEAD/Screenshots/Screenshot 2019-03-04 21.08.32.png -------------------------------------------------------------------------------- /Screenshots/Screenshot 2019-03-04 21.09.06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahadsheriff/map-website/HEAD/Screenshots/Screenshot 2019-03-04 21.09.06.png -------------------------------------------------------------------------------- /Screenshots/Screenshot 2019-03-04 21.09.19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahadsheriff/map-website/HEAD/Screenshots/Screenshot 2019-03-04 21.09.19.png -------------------------------------------------------------------------------- /Screenshots/Screenshot 2019-03-04 21.09.51.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahadsheriff/map-website/HEAD/Screenshots/Screenshot 2019-03-04 21.09.51.png -------------------------------------------------------------------------------- /Tests/test1 - scrapethis.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahadsheriff/map-website/HEAD/Tests/test1 - scrapethis.txt -------------------------------------------------------------------------------- /Tests/test2 - scrapethis.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahadsheriff/map-website/HEAD/Tests/test2 - scrapethis.txt -------------------------------------------------------------------------------- /Tests/test3 - webscraper.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahadsheriff/map-website/HEAD/Tests/test3 - webscraper.txt -------------------------------------------------------------------------------- /Tests/test4 - ahadsheriff.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahadsheriff/map-website/HEAD/Tests/test4 - ahadsheriff.txt -------------------------------------------------------------------------------- /Tests/test5 - ahadsheriff.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahadsheriff/map-website/HEAD/Tests/test5 - ahadsheriff.txt -------------------------------------------------------------------------------- /map_website.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahadsheriff/map-website/HEAD/map_website.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahadsheriff/map-website/HEAD/requirements.txt -------------------------------------------------------------------------------- /tests.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahadsheriff/map-website/HEAD/tests.zip --------------------------------------------------------------------------------