Es7evam / CtfWatcherBot

Telegram Bot that keeps track and notificates subscribers about Capture The Flag competitions.
MIT License
10 stars 0 forks source link

Take into consideration ctfs still voting when rating is being calculated #10

Closed Es7evam closed 3 years ago

Es7evam commented 4 years ago

At the moment the rating is sent to the users as soon as the page becomes available, which is kind of bad because some CTFs take a while to release the actual rating because of voting.

It's probably not hard to do, just need to modify the scrapping a little bit and check for *, if it's not there, than it's ok. One can also add the functionality to let the user know that the ctf is over and that they can vote.

Es7evam commented 4 years ago

Temporary "fix" at commit 57d397348662dc4bcc3a432d7a48a25b1c8b2968

Still need to add a message to know that the scoreboard is up and that they can vote

Es7evam commented 3 years ago

This fix wasn't actually working 100% because ctftime does a thing were it adds the scoreboard (and removing the "this ctf is still being rated" before actually setting the rating. Made a workaround for that, lets see if it works