├── README.md ├── main.py ├── requirements.txt ├── run.py └── session.json /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrazyCoder76/everand-downloader/HEAD/README.md -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrazyCoder76/everand-downloader/HEAD/main.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | pymongo 2 | playwright 3 | PyPDF2 -------------------------------------------------------------------------------- /run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrazyCoder76/everand-downloader/HEAD/run.py -------------------------------------------------------------------------------- /session.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrazyCoder76/everand-downloader/HEAD/session.json --------------------------------------------------------------------------------