Update Config.conf

2026-01-12 03:36:40 -05:00
parent df293bd94d
commit d2d668f227

@@ -1,112 +1,3 @@
# set up config.conf
the config file is meant to be modular, you only need to put in what you want. technically you do not need a file store, but you will miss out on a bunch features. For this tutorial we are going to make an example folderstore. Add the below to your config.conf, pick a path for you that is a blank folder non-system folder.
stores and providers can be configured by inputting
<figure>
<figcaption>config.conf</figcaption>
<pre><code class="language-powershell">[store=folder]
name="tutorial"
path="C:\Users\Admin\Downloads\tutorial"
</code></pre>
</figure>
## TELEGRAM
> Python Module: [telethon](https://github.com/LonamiWebs/Telethon) , in order to get this working you need to sign up for a developer API ID, it is free. [API ID](https://my.telegram.org/apps)
<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) . Help for setting up [Hydrus Network](https://code.glowers.club/goyimnose/Medios-Macina/wiki/Hydrus-Network)
<figure>
<figcaption>config.conf</figcaption>
<pre><code class="language-powershell">[store=hydrusnetwork]
NAME=""
API=""
URL=""
</code></pre>
</figure>
## OPENLIBRARY/ARCHIVE
> code based on script [Archive.org-Downloader](https://github.com/MiniGlome/Archive.org-Downloader) , you need to [create a free account](https://archive.org/account/signup). Archive.org and openlibrary.org share the same account, you only need one for both.
<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
> in house scripting, you will need a matrix account, there are many home servers to choose from or make your own.
<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>
## YT-DLP
> [yt-dlp](https://github.com/yt-dlp/yt-dlp)
<figure>
<figcaption>config.conf</figcaption>
<pre><code class="language-powershell">[tool=ytdlp]
cookies=""
</code></pre>
</figure>
## PODCAST INDEX
> API wrapper built in-house for [podcastindex](https://podcastindex-org.github.io/docs-api/#overview--example-code), you can make a free
<figure>
<figcaption>config.conf</figcaption>
<pre><code class="language-powershell">[provider=podcastindex]
Key=""
Secret=""
</code></pre>
</figure>
------------------------------------------------------
after your done save the file and restart the cli.py
`.config`