├── README.md ├── requirements.txt └── scripts └── test.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DataDaoDe/Ongoing-Challenges-in-Computer-Science/HEAD/README.md -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | beautifulsoup4==4.12.2 2 | marko==2.0.0 3 | requests>=2.28 -------------------------------------------------------------------------------- /scripts/test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DataDaoDe/Ongoing-Challenges-in-Computer-Science/HEAD/scripts/test.py --------------------------------------------------------------------------------