Skip to content

Commit 9b30c9f

Browse files
committed
Updated README
1 parent 7cd9943 commit 9b30c9f

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

README.md

+6-8
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
11
# Examinations.ie Scraper
2-
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.
34

45
I have created a python flask webserver so now a website version of the
56
code can be run, which should be handier than using the command line.
67

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)
1011

1112
---
1213

1314
## Updated in this commit
1415

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.
16+
Updated README.

0 commit comments

Comments
 (0)