Update README

This commit is contained in:
Boyan 2024-11-17 22:19:50 +01:00
parent a3a9f5dfee
commit 1a950c0eb2

View File

@ -1,12 +1,12 @@
<p align="center"> <p align="center">
<img src="docs/img/rugemmie.gif" /> <img src="https://github.com/Code-For-Groningen/temmies/blob/v1.1.0/docs/img/rugemmie.gif" />
</p> </p>
<p align="center"> <p align="center">
<a href="https://temmies.confest.im"><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>
A python library which interacts with themis. Uses bs4. I'll try to end development on a somewhat working state. A python library which interacts with [Themis](https://themis.housing.rug.nl/). Uses bs4. I'll try to end development on a somewhat working state.
## Intended Features ## Intended Features
* [x] Log in * [x] Log in
@ -15,11 +15,11 @@ 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.confest.im/). - [here](http://temmies.confest.im/).
## Possible continuations ## Possible continuations
* Discord bot * Discord bot
* CLI program * [CLI program](https://github.com/Code-For-Groningen/temmies-cli)
## Thanks to ## Thanks to
* [Glitchcat](https://glitchcat.github.io/themis-api/), cool docs bro. * [Glitchcat](https://glitchcat.github.io/themis-api/), cool docs bro.