You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't even need to use this website anymore as I've finished the LC but it pissed me off so much, so when I was looking for something to code I thought I might be able to improve it.
2
+
Even though I don't need to use this website anymore, when I did have to use it for the Leaving Cert, I found it
3
+
incredibly annoying to use, so I'm writing this program in the hopes other people find it helpful.
3
4
4
5
I have created a python flask webserver so now a website version of the
5
6
code can be run, which should be handier than using the command line.
6
7
7
-
You can access the scraper at https://examinations.eoin-cr.xyz/. It
8
-
should be fully functional now (and in my opinion is nicer to use than
9
-
the examinations.ie website)
8
+
You can access the scraper at https://examinations.eoin-cr.xyz/(unfortunately my server is currently down,
9
+
but feel free to host your own version of the site). It should be fully functional now (and in my opinion is nicer
10
+
to use than the examinations.ie website)
10
11
11
12
---
12
13
13
14
## Updated in this commit
14
15
15
-
Previously, there would only be a single url string that was kept track of in
16
-
the url scraper. However, this would lead to issues when subjects had multiple
17
-
papers in one year for the same level and language. To rectify this, I've
18
-
loaded the urls into an array instead, and now it works as expected.
0 commit comments