Update Config.conf
@@ -10,5 +10,85 @@ path="C:\Users\Admin\Downloads\tutorial"
|
|||||||
</code></pre>
|
</code></pre>
|
||||||
</figure>
|
</figure>
|
||||||
|
|
||||||
|
## TELEGRAM
|
||||||
|
|
||||||
|
> telegram access is done with [telethon](https://github.com/LonamiWebs/Telethon)
|
||||||
|
|
||||||
|
<figure>
|
||||||
|
<figcaption>config.conf</figcaption>
|
||||||
|
<pre><code class="language-powershell">[provider=telegram]
|
||||||
|
app_id=""
|
||||||
|
api_hash=""
|
||||||
|
</code></pre>
|
||||||
|
</figure>
|
||||||
|
|
||||||
|
|
||||||
|
## HYDRUS NETWORK
|
||||||
|
|
||||||
|
> medios-macina uses custom api wrapper based around the [Hydrus network API](https://hydrusnetwork.github.io/hydrus/developer_api.html#services_object)
|
||||||
|
|
||||||
|
<figure>
|
||||||
|
<figcaption>config.conf</figcaption>
|
||||||
|
<pre><code class="language-powershell">[store=hydrusnetwork]
|
||||||
|
NAME=""
|
||||||
|
API=""
|
||||||
|
URL=""
|
||||||
|
</code></pre>
|
||||||
|
</figure>
|
||||||
|
|
||||||
|
## OPENLIBRARY/ARCHIVE
|
||||||
|
|
||||||
|
<figure>
|
||||||
|
<figcaption>config.conf</figcaption>
|
||||||
|
<pre><code class="language-powershell">[provider=OpenLibrary]
|
||||||
|
email=""
|
||||||
|
password="
|
||||||
|
</code></pre>
|
||||||
|
</figure>
|
||||||
|
|
||||||
|
temp="C:\Users\Admin\Downloads"
|
||||||
|
debug="true"
|
||||||
|
|
||||||
|
## HYDRUS NETWORK
|
||||||
|
|
||||||
|
|
||||||
|
<figure>
|
||||||
|
<figcaption>config.conf</figcaption>
|
||||||
|
<pre><code class="language-powershell">[provider=alldebrid]
|
||||||
|
api_key=""
|
||||||
|
</code></pre>
|
||||||
|
</figure>
|
||||||
|
|
||||||
|
## MATRIX
|
||||||
|
|
||||||
|
<figure>
|
||||||
|
<figcaption>config.conf</figcaption>
|
||||||
|
<pre><code class="language-powershell">[provider=Matrix]
|
||||||
|
homeserver=""
|
||||||
|
access_token=""
|
||||||
|
room_id=""
|
||||||
|
size_limit=""
|
||||||
|
</code></pre>
|
||||||
|
</figure>
|
||||||
|
|
||||||
|
## SOULSEEK
|
||||||
|
|
||||||
|
<figure>
|
||||||
|
<figcaption>config.conf</figcaption>
|
||||||
|
<pre><code class="language-powershell">[provider=soulseek]
|
||||||
|
username=""
|
||||||
|
password=""
|
||||||
|
</code></pre>
|
||||||
|
</figure>
|
||||||
|
|
||||||
|
|
||||||
|
## SOULSEEK
|
||||||
|
|
||||||
|
<figure>
|
||||||
|
<figcaption>config.conf</figcaption>
|
||||||
|
<pre><code class="language-powershell">[tool=ytdlp]
|
||||||
|
cookies=""
|
||||||
|
</code></pre>
|
||||||
|
</figure>
|
||||||
|
|
||||||
after your done save the file and restart the cli.py
|
after your done save the file and restart the cli.py
|
||||||
Reference in New Issue
Block a user