mirror of
https://github.com/Code-For-Groningen/temmies.git
synced 2025-07-01 19:44:57 +02:00
Compare commits
2 Commits
v1.0.21
...
9d92db4644
Author | SHA1 | Date | |
---|---|---|---|
9d92db4644 | |||
2c2d39c6dd
|
@ -2,7 +2,7 @@
|
|||||||
<img src="docs/img/rugemmie.gif" />
|
<img src="docs/img/rugemmie.gif" />
|
||||||
</p>
|
</p>
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a href="https://temmies.readthedocs.io/en/latest/"><img alt="Read the Docs" src="https://img.shields.io/readthedocs/temmies"></a>
|
<a href="https://temmies.confest.im"><img alt="Read the Docs" src="https://img.shields.io/readthedocs/temmies"></a>
|
||||||
<img alt="GitHub" src="https://img.shields.io/github/license/Code-For-Groningen/temmies">
|
<img alt="GitHub" src="https://img.shields.io/github/license/Code-For-Groningen/temmies">
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
@ -15,7 +15,7 @@ A python library which interacts with themis. Uses bs4. I'll try to end developm
|
|||||||
* [x] Submission status
|
* [x] Submission status
|
||||||
|
|
||||||
## Docs
|
## Docs
|
||||||
[here](http://temmies.rtfd.io/).
|
[here](http://temmies.confest.im/).
|
||||||
|
|
||||||
## Possible continuations
|
## Possible continuations
|
||||||
* Discord bot
|
* Discord bot
|
||||||
@ -23,4 +23,4 @@ A python library which interacts with themis. Uses bs4. I'll try to end developm
|
|||||||
|
|
||||||
## Thanks to
|
## Thanks to
|
||||||
* [Glitchcat](https://glitchcat.github.io/themis-api/), cool docs bro.
|
* [Glitchcat](https://glitchcat.github.io/themis-api/), cool docs bro.
|
||||||
* [Mo](https://github.com/Stylo2k), damn bruh you actually work for Themis
|
* [Mo](https://github.com/Stylo2k), damn bruh you actually work for Themis
|
||||||
|
@ -30,7 +30,7 @@ year = themis.get_year(2023, 2024)
|
|||||||
course = year.get_course("Programming Fundamentals (for CS)")
|
course = year.get_course("Programming Fundamentals (for CS)")
|
||||||
|
|
||||||
# Get an assignment
|
# Get an assignment
|
||||||
assignment = course.get_assignment("Assignment 1")
|
assignment = course.get_group("Assignment 1")
|
||||||
|
|
||||||
# Submit 2 files
|
# Submit 2 files
|
||||||
assignment.submit(["among.c", "us.py"])
|
assignment.submit(["among.c", "us.py"])
|
||||||
|
Reference in New Issue
Block a user