A library to interact with AtCoder. Designed to work with the new version (beta since July 2017).
The work on the CLI interface hasn't started yet.
Tests can be ran with cargo test
. Some tests that requires login credentials are ignored. Run them with ATCODER_USERNAME=username ATCODER_PASSWORD=password cargo test -- --ignored
.
Dual licensed under Apache-2.0 and MIT.