Merge branch 'main' of https://github.com/PacketParker/CordArr
This commit is contained in:
commit
b68c31c7e8
@ -25,6 +25,8 @@
|
||||
|
||||
CordArr is a self-hosted Discord bot that allows you to add new movies or shows to your Radarr/Sonarr libraries, and allow users to create temporary Jellyfin accounts on your server.
|
||||
|
||||
*NOTE: Sonarr support is currently in the works*
|
||||
|
||||
# Instructions
|
||||
|
||||
CordArr is built on Python and requires you to install all of the dependencies in the `requirements.txt` file. To do this, you can run the pip install command like `pip install -r requirements.txt`
|
||||
@ -55,4 +57,4 @@ ACCOUNT_TIME | Amount of time, in hours, that temporary Jellyfin accounts should
|
||||
<br>
|
||||
<br>
|
||||
|
||||
If you have any questions, feel free to email at [contact@pkrm.dev](mailto:contact@pkrm.dev). Thank you for checking out Guava, and happy coding.
|
||||
If you have any questions, feel free to email at [contact@pkrm.dev](mailto:contact@pkrm.dev). Thank you for checking out Guava, and happy coding.
|
||||
|
@ -1,4 +1,4 @@
|
||||
colorlog==6.8.2
|
||||
discord.py==2.3.2
|
||||
requests==2.28.2
|
||||
requests==2.31.0
|
||||
humanize==4.9.0
|
Loading…
x
Reference in New Issue
Block a user