lilpuzeen / Auto-tests-scrapper

ITMO-paradigms course. Web-scrapper for getting information from auto-tests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Auto-tests Scrapper

Hello! This project made only for year-2022 students of Computer Technologies faculty, ITMO University.

This project scraps information from auto-tests logs (paradigms-itmo y2022-2023) for all systems (Linux, Windows, MacOS) and shows you which tests have been passed and failed.

Installation

Clone the repository using:

git clone https://github.com/lilpuzeen/Auto-tests-scrapper.git

Use the package manager pip to install dependencies from requirements.txt file:

pip install -r requirements.txt

Usage

Go through code and look for main function. Change variable name and put your "Surname Name Patronymic":

def main():
    ...
    name = "Иванов Иван Иванович"
    ...

Run the code in any IDE. Either just launch or use:

python main.py

In order to get information about your tests, look into output.txt file.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

ITMO-paradigms course. Web-scrapper for getting information from auto-tests


Languages

Language:Python 100.0%