├── .gitattributes ├── LICENSE ├── README.md ├── requirements.txt ├── scraper.py └── secscraper.gif /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bittentech/SecScraper/HEAD/.gitattributes -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bittentech/SecScraper/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bittentech/SecScraper/HEAD/README.md -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bittentech/SecScraper/HEAD/requirements.txt -------------------------------------------------------------------------------- /scraper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bittentech/SecScraper/HEAD/scraper.py -------------------------------------------------------------------------------- /secscraper.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bittentech/SecScraper/HEAD/secscraper.gif --------------------------------------------------------------------------------