Skip to content

Trying to gather candidate results from https://results.it.minedu.gov.gr to help student limit their axienty about their national exam final results, even if the platform goes down or not accepting new requests

License

Notifications You must be signed in to change notification settings

georgetomzaridis/highschool-exams-results-robot

Repository files navigation

highschool-exams-results-robot

NATIONAL EXAMINATIONS - Ministry of Education, Research and Religious Affairs

UPDATE 09/11/2021

Script is updated to run smoothly with newer versions of python and selenium (for more info check the changelog in script). All working correctly!

UPDATE 07/03/2020

The script is working again, fixed some issues and bypass security metric that ministry of education have, to not allow automate scripts to access the page.

Information

Trying to gather candidate results from https://results.it.minedu.gov.gr to help student limit their axienty about their national exam final results, even if the platform goes down or not accepting new requests

alt text

alt text

Features

  1. Gather candidate information (code and first letters) and trying to get results from the web application
  2. If the site goes down or is busy the programm will wait 30 minutes and retry
  3. If the site is out of service(this usually happends when the platform is closed for requests) the programm can wait 30 minutes and retry to access the main page
  4. When the page with results show up, the programm will take a screenshot and save it in the same directory
  5. It running forever, but if snap your results it will terminate automatically.

OS Support

Dont worry my friend, we love both windows, linux and mac. If you think to run this programm on different operating system(like linux or mac) you need to get the chrome webdrive version that support your operating system. At the end of the page a provide some links that your can check out and download the appropiate versions that fits your needs

Screenshots

Platform Out of Service (Not accepting requests)

alt text

Input candidate info (Before start)

alt text

Requirements / How does it works?

With the power of python, selenium(browser automation) and chromewebdrive the programm opens a chrome window and take the control for you

!WARNING!

The programm can't run if your chrome version doesn't agree with the chrome webdrive version

For example the included chromewebdrive file version is: 80

To allow the programm run smoothly you need to have chrome browser with version 80

Chrome WebDrive Version MUST equal with the Chrome Browser Version

If you dont have the right version, dont worry you can go to the chrome webdrive files, download the right version and replace the old with the new one

Links

Issues / Questions

If you have questions or issues dont worry i am happy to help you. Just open an issue here in github or email me

License

MIT License

Copyright (c) 2019 George Tomzaridis

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Good luck guys!

Releases

No releases published

Packages

No packages published

Languages