Compare commits

...

2 Commits

Author SHA1 Message Date
4098355f8a Update build. Publish build.
All checks were successful
devranta build / build (push) Successful in 59s
2024-12-02 17:49:20 +01:00
5b45e622ee Update README.md. 2024-12-02 17:46:23 +01:00
2 changed files with 6 additions and 1 deletions

View File

@ -15,3 +15,9 @@ jobs:
- run: make install
- run: make run
- run: make test
- run: git add .
- run: git config --global user.email "bot@molodetz.com"
- run: git config --global user.name "bot"
- run: git commit -a -m "New build."
- run: git push

View File

@ -1,6 +1,5 @@
# devRanta
## About
devRanta is an async devrant client written in and for Python.
Authentication is only needed for half of the functionality and thus username and password are optional parameters by constructing the main class of this package (Api).