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" />
|
||||
</p>
|
||||
<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">
|
||||
</p>
|
||||
|
||||
@ -15,7 +15,7 @@ A python library which interacts with themis. Uses bs4. I'll try to end developm
|
||||
* [x] Submission status
|
||||
|
||||
## Docs
|
||||
[here](http://temmies.rtfd.io/).
|
||||
[here](http://temmies.confest.im/).
|
||||
|
||||
## Possible continuations
|
||||
* Discord bot
|
||||
|
@ -30,7 +30,7 @@ year = themis.get_year(2023, 2024)
|
||||
course = year.get_course("Programming Fundamentals (for CS)")
|
||||
|
||||
# Get an assignment
|
||||
assignment = course.get_assignment("Assignment 1")
|
||||
assignment = course.get_group("Assignment 1")
|
||||
|
||||
# Submit 2 files
|
||||
assignment.submit(["among.c", "us.py"])
|
||||
|
Reference in New Issue
Block a user