├── Archive.sh ├── Backpage.html ├── CBC_News.html ├── CBSA.html ├── CRA.html ├── CTV_News.html ├── Calgary_Herald.html ├── Fintrac.html ├── Globe_Mail.html ├── Google_News.html ├── Google_News_Panama.html ├── IIROC.html ├── Leafly.html ├── MMJ_Merged.html ├── Montreal_Gazette.html ├── National_Post.html ├── Ottawa_Citizen.html ├── PotLocator.html ├── Process.vsd ├── README.md ├── SetupVMForScrapes.docx ├── Tips.txt ├── TopTen.html ├── Toronto_Star.html ├── Toronto_Sun.html ├── VMSetup.txt ├── Vancouver_Sun.html ├── Weedmaps.html ├── combine.sh ├── index.html ├── load.sh ├── pyAllScrapesLoad.py ├── pyScrape_Backpage.py ├── pyScrape_CBCNews.py ├── pyScrape_CBSA.py ├── pyScrape_CL.py ├── pyScrape_CRA.py ├── pyScrape_CTVNews.py ├── pyScrape_CalgaryHerald.py ├── pyScrape_Fintrac.py ├── pyScrape_GlobeMail.py ├── pyScrape_GoogleNews.py ├── pyScrape_GoogleNewsPanama.py ├── pyScrape_IIROC.py ├── pyScrape_Leafly.py ├── pyScrape_MontrealGazette.py ├── pyScrape_NationalPost.py ├── pyScrape_OttawaCitizen.py ├── pyScrape_PotLocator.py ├── pyScrape_TopTen.py ├── pyScrape_TorontoStar.py ├── pyScrape_TorontoSun.py ├── pyScrape_VancouverSun.py ├── pyScrape_WeedMaps.py ├── pyTimer.py ├── schema.txt ├── scrapes.sh └── transferFiles.sh /Archive.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Test-BMOHB/Media-Monitoring/HEAD/Archive.sh -------------------------------------------------------------------------------- /Backpage.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Test-BMOHB/Media-Monitoring/HEAD/Backpage.html -------------------------------------------------------------------------------- /CBC_News.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Test-BMOHB/Media-Monitoring/HEAD/CBC_News.html -------------------------------------------------------------------------------- /CBSA.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Test-BMOHB/Media-Monitoring/HEAD/CBSA.html -------------------------------------------------------------------------------- /CRA.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Test-BMOHB/Media-Monitoring/HEAD/CRA.html -------------------------------------------------------------------------------- /CTV_News.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Test-BMOHB/Media-Monitoring/HEAD/CTV_News.html -------------------------------------------------------------------------------- /Calgary_Herald.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Test-BMOHB/Media-Monitoring/HEAD/Calgary_Herald.html -------------------------------------------------------------------------------- /Fintrac.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Test-BMOHB/Media-Monitoring/HEAD/Fintrac.html -------------------------------------------------------------------------------- /Globe_Mail.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Test-BMOHB/Media-Monitoring/HEAD/Globe_Mail.html -------------------------------------------------------------------------------- /Google_News.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Test-BMOHB/Media-Monitoring/HEAD/Google_News.html -------------------------------------------------------------------------------- /Google_News_Panama.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Test-BMOHB/Media-Monitoring/HEAD/Google_News_Panama.html -------------------------------------------------------------------------------- /IIROC.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Test-BMOHB/Media-Monitoring/HEAD/IIROC.html -------------------------------------------------------------------------------- /Leafly.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Test-BMOHB/Media-Monitoring/HEAD/Leafly.html -------------------------------------------------------------------------------- /MMJ_Merged.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Test-BMOHB/Media-Monitoring/HEAD/MMJ_Merged.html -------------------------------------------------------------------------------- /Montreal_Gazette.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Test-BMOHB/Media-Monitoring/HEAD/Montreal_Gazette.html -------------------------------------------------------------------------------- /National_Post.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Test-BMOHB/Media-Monitoring/HEAD/National_Post.html -------------------------------------------------------------------------------- /Ottawa_Citizen.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Test-BMOHB/Media-Monitoring/HEAD/Ottawa_Citizen.html -------------------------------------------------------------------------------- /PotLocator.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Test-BMOHB/Media-Monitoring/HEAD/PotLocator.html -------------------------------------------------------------------------------- /Process.vsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Test-BMOHB/Media-Monitoring/HEAD/Process.vsd -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Test-BMOHB/Media-Monitoring/HEAD/README.md -------------------------------------------------------------------------------- /SetupVMForScrapes.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Test-BMOHB/Media-Monitoring/HEAD/SetupVMForScrapes.docx -------------------------------------------------------------------------------- /Tips.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Test-BMOHB/Media-Monitoring/HEAD/Tips.txt -------------------------------------------------------------------------------- /TopTen.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Test-BMOHB/Media-Monitoring/HEAD/TopTen.html -------------------------------------------------------------------------------- /Toronto_Star.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Test-BMOHB/Media-Monitoring/HEAD/Toronto_Star.html -------------------------------------------------------------------------------- /Toronto_Sun.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Test-BMOHB/Media-Monitoring/HEAD/Toronto_Sun.html -------------------------------------------------------------------------------- /VMSetup.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Test-BMOHB/Media-Monitoring/HEAD/VMSetup.txt -------------------------------------------------------------------------------- /Vancouver_Sun.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Test-BMOHB/Media-Monitoring/HEAD/Vancouver_Sun.html -------------------------------------------------------------------------------- /Weedmaps.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Test-BMOHB/Media-Monitoring/HEAD/Weedmaps.html -------------------------------------------------------------------------------- /combine.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Test-BMOHB/Media-Monitoring/HEAD/combine.sh -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Test-BMOHB/Media-Monitoring/HEAD/index.html -------------------------------------------------------------------------------- /load.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Test-BMOHB/Media-Monitoring/HEAD/load.sh -------------------------------------------------------------------------------- /pyAllScrapesLoad.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Test-BMOHB/Media-Monitoring/HEAD/pyAllScrapesLoad.py -------------------------------------------------------------------------------- /pyScrape_Backpage.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Test-BMOHB/Media-Monitoring/HEAD/pyScrape_Backpage.py -------------------------------------------------------------------------------- /pyScrape_CBCNews.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Test-BMOHB/Media-Monitoring/HEAD/pyScrape_CBCNews.py -------------------------------------------------------------------------------- /pyScrape_CBSA.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Test-BMOHB/Media-Monitoring/HEAD/pyScrape_CBSA.py -------------------------------------------------------------------------------- /pyScrape_CL.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Test-BMOHB/Media-Monitoring/HEAD/pyScrape_CL.py -------------------------------------------------------------------------------- /pyScrape_CRA.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Test-BMOHB/Media-Monitoring/HEAD/pyScrape_CRA.py -------------------------------------------------------------------------------- /pyScrape_CTVNews.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Test-BMOHB/Media-Monitoring/HEAD/pyScrape_CTVNews.py -------------------------------------------------------------------------------- /pyScrape_CalgaryHerald.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Test-BMOHB/Media-Monitoring/HEAD/pyScrape_CalgaryHerald.py -------------------------------------------------------------------------------- /pyScrape_Fintrac.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Test-BMOHB/Media-Monitoring/HEAD/pyScrape_Fintrac.py -------------------------------------------------------------------------------- /pyScrape_GlobeMail.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Test-BMOHB/Media-Monitoring/HEAD/pyScrape_GlobeMail.py -------------------------------------------------------------------------------- /pyScrape_GoogleNews.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Test-BMOHB/Media-Monitoring/HEAD/pyScrape_GoogleNews.py -------------------------------------------------------------------------------- /pyScrape_GoogleNewsPanama.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Test-BMOHB/Media-Monitoring/HEAD/pyScrape_GoogleNewsPanama.py -------------------------------------------------------------------------------- /pyScrape_IIROC.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Test-BMOHB/Media-Monitoring/HEAD/pyScrape_IIROC.py -------------------------------------------------------------------------------- /pyScrape_Leafly.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Test-BMOHB/Media-Monitoring/HEAD/pyScrape_Leafly.py -------------------------------------------------------------------------------- /pyScrape_MontrealGazette.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Test-BMOHB/Media-Monitoring/HEAD/pyScrape_MontrealGazette.py -------------------------------------------------------------------------------- /pyScrape_NationalPost.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Test-BMOHB/Media-Monitoring/HEAD/pyScrape_NationalPost.py -------------------------------------------------------------------------------- /pyScrape_OttawaCitizen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Test-BMOHB/Media-Monitoring/HEAD/pyScrape_OttawaCitizen.py -------------------------------------------------------------------------------- /pyScrape_PotLocator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Test-BMOHB/Media-Monitoring/HEAD/pyScrape_PotLocator.py -------------------------------------------------------------------------------- /pyScrape_TopTen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Test-BMOHB/Media-Monitoring/HEAD/pyScrape_TopTen.py -------------------------------------------------------------------------------- /pyScrape_TorontoStar.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Test-BMOHB/Media-Monitoring/HEAD/pyScrape_TorontoStar.py -------------------------------------------------------------------------------- /pyScrape_TorontoSun.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Test-BMOHB/Media-Monitoring/HEAD/pyScrape_TorontoSun.py -------------------------------------------------------------------------------- /pyScrape_VancouverSun.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Test-BMOHB/Media-Monitoring/HEAD/pyScrape_VancouverSun.py -------------------------------------------------------------------------------- /pyScrape_WeedMaps.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Test-BMOHB/Media-Monitoring/HEAD/pyScrape_WeedMaps.py -------------------------------------------------------------------------------- /pyTimer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Test-BMOHB/Media-Monitoring/HEAD/pyTimer.py -------------------------------------------------------------------------------- /schema.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Test-BMOHB/Media-Monitoring/HEAD/schema.txt -------------------------------------------------------------------------------- /scrapes.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Test-BMOHB/Media-Monitoring/HEAD/scrapes.sh -------------------------------------------------------------------------------- /transferFiles.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Test-BMOHB/Media-Monitoring/HEAD/transferFiles.sh --------------------------------------------------------------------------------