itsmihir's blog

By itsmihir, history, 3 years ago, In English

Good Morning everyone, Inspired from SecondThread I made a codeforces verdict assistant.

Check it out, cfbot.netlify.app

Features

  • Custom voice commands for different verdicts
  • Custom voice settings

How to use it?

  • You can change the voice command for each verdict from the Command Settings section.

  • There is a list of variables like problem name, numbers of test cases passed, time took etc. You can see all the available variables from the help section.

  • Now to use this variable you can add them in curly braces {}. You can easily understand by going through the default commands.

  • You can also change the Pitch, speech rate from Voice settings section.

  • Now just start the Bot and make submissions, and you no longer need to refresh the codeforces status page again and again.

Recommended Browser

  • Chrome
  • Edge
  • Safari

Feel free to share any suggestions or feedback.

  • Vote: I like it
  • +23
  • Vote: I do not like it

»
3 years ago, # |
  Vote: I like it +3 Vote: I do not like it

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

»
3 years ago, # |
  Vote: I like it +6 Vote: I do not like it

Is there some guide how to use it , looks cool though !

  • »
    »
    3 years ago, # ^ |
    Rev. 2   Vote: I like it +6 Vote: I do not like it

    You can change the voice command for each verdict from the command settings.

    There is a list of variables like problem name, numbers of test cases passed, time took etc. You can see all the available variables from the help section.

    Now to use this variable you can add them in curly braces {}. You can easily understand by going through the default command.

    Now just start the Bot and make submissions.

»
3 years ago, # |
  Vote: I like it +6 Vote: I do not like it

works fine

»
3 years ago, # |
  Vote: I like it +6 Vote: I do not like it

holy shit, the voice synthesizer is so fun. I spent like 5 minutes setting it to max pitch + minimum voice speed and having it say dumb shit like "please help me I'm suffering"

it seems to have stopped working tho? I put in something like "!@#$$$!$$$# 1234858 !@#$" and after that, it won't speak anymore. it still works on other browsers though, so maybe some malformed data in cookies/localstorage?

  • »
    »
    3 years ago, # ^ |
    Rev. 2   Vote: I like it +6 Vote: I do not like it

    Yes, the data is stored in local storage you can clear the data of the site and it should work normally again.

    Btw I am using this for voice Web Speech API

»
3 years ago, # |
  Vote: I like it +3 Vote: I do not like it

How are you inspired from SecondThread ?

»
3 years ago, # |
  Vote: I like it +3 Vote: I do not like it

This is amazing!

»
5 weeks ago, # |
  Vote: I like it 0 Vote: I do not like it

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