Skip to content
Parsa Alizadeh edited this page Aug 7, 2020 · 8 revisions

URL Structure

https://quera.ir/problemset/<TYPE>/<CODE>/<NAME>

upt Script

upt quera <TYPE> <CODE>

Problem types

  • con: contest
  • oly: olympiad
  • uni: university

Login

First, initialize your login information with this command.

upt quera --init

NOTE: After giving info, your login data will be saved in ~/.uptrc in a plain text.

To login before parsing a problem, use this template.

upt quera -l ...

Custom URL

Specify problem url with -u or --url.

upt quera -u URL ...

Clone this wiki locally