An open API service indexing awesome lists of open source software.

https://github.com/keworker/timus-ext

Flask website for users of Timus Online Judge (https://acm.timus.ru)
https://github.com/keworker/timus-ext

flask flask-api fluent-ui python sqlalchemy timus web

Last synced: about 1 month ago
JSON representation

Flask website for users of Timus Online Judge (https://acm.timus.ru)

Awesome Lists containing this project

README

          

# timus-ext

Flask website for users of [Timus Online Judge](https://acm.timus.ru./).

This is not an official project by Timus Online Judge team. This project is just fansite.

## Source code

Source code consists of two parts:

- Web directory. In this directory, you can see the website code (returning HTML forms, calling API).
- API directory. In this directory, you can see routes that parse information from Timus Onine Judge and return it.

I use [Fluent UI design system](https://github.com/microsoft/fluentui/tree/master/) and icons
from [Fluent System Icons](https://github.com/microsoft/fluentui-system-icons/tree/main/assets).

## Contributing

If you would like to contribute to this repository,
please see [our contributing guide](https://github.com/Keworker/timus-ext/blob/master/CONTRIBUTING.md).

If you want to contribute but haven't got any ideas,
you can check [open issues](https://github.com/Keworker/timus-ext/issues) and try to solve some of them.

## License

The content of this repository is protected by the Mozilla Public License 2.0.

Permissions of this weak copyleft license are conditioned on making available source code of licensed files
and modifications of those files under the same license (or in certain cases, one of the GNU licenses).
Copyright and license notices must be preserved. Contributors provide an express grant of patent rights.
However, a larger work using the licensed work may be distributed under different terms and without source code
for files added in the larger work.

See the [LICENSE](https://github.com/Keworker/timus-ext/blob/master/LICENSE) for more information.

> [Back to top](https://github.com/Keworker/timus-ext#timus-ext)