├── LICENSE ├── README.md ├── Scraper.py ├── Transcripts.py └── requirements.txt /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hamid-vakilzadeh/SeekingAlpha-Scraper/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hamid-vakilzadeh/SeekingAlpha-Scraper/HEAD/README.md -------------------------------------------------------------------------------- /Scraper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hamid-vakilzadeh/SeekingAlpha-Scraper/HEAD/Scraper.py -------------------------------------------------------------------------------- /Transcripts.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hamid-vakilzadeh/SeekingAlpha-Scraper/HEAD/Transcripts.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | selenium~=4.4.0 2 | webdriver-manager~=3.8.3 3 | PyYAML~=6.0 --------------------------------------------------------------------------------