Блог пользователя seeker_26

Автор seeker_26, история, 3 года назад, По-английски

ProblemsHunter

Hey everyone, I have made this bot that searches problems on codeforces that are unsolved by a set of users and of given problem ratings.

Motivation

To create mashup for virtual participation in group we need problems that are of given rating and unsolved by all who are participating in the contest and this bot automates the cumbersome part of finding problems.

Link to bot

Screenshots:

UPD1:

Realising the fact that mashup problem submissions doesnot show up in user submissions I have tweaked the bot to avoid returning any problems that the bot returned in past.

UPD2:

Added the feature to add participants directly from the mashup invitation link.

  • Проголосовать: нравится
  • +21
  • Проголосовать: не нравится

»
3 года назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

Will your program return first problem with that rating?

  • »
    »
    3 года назад, # ^ |
      Проголосовать: нравится 0 Проголосовать: не нравится

    It will return the first problem unsolved by all users and with max submissions. The links in the code could be tweaked though to change it(tags or order).

»
3 года назад, # |
  Проголосовать: нравится +3 Проголосовать: не нравится

I wanted to suggest some changes.

I wanted to tell that, you need to replace the PATH variable which is hardcoded with ChromeDriverManager().install()

Rest The code works fine. Thanks.

»
3 года назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

is it kind of python scripts @seeker which can we used for project work in schools

  • »
    »
    3 года назад, # ^ |
      Проголосовать: нравится 0 Проголосовать: не нравится

    I made this because I needed to automate the process of finding problems and I couldn't find any other tool on the internet.

»
3 года назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

Auto comment: topic has been updated by seeker_26 (previous revision, new revision, compare).