diff --git a/Config.conf.md b/Config.conf.md index 7725cf2..1c00a31 100644 --- a/Config.conf.md +++ b/Config.conf.md @@ -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 - -
-
config.conf
-
[store=folder]
-name="tutorial"
-path="C:\Users\Admin\Downloads\tutorial"
-
-
- -## 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) - -
-
config.conf
-
[provider=telegram]
-app_id=""
-api_hash=""
-
-
- - -## 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) - -
-
config.conf
-
[store=hydrusnetwork]
-NAME=""
-API=""
-URL=""
-
-
- -## 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. - -
-
config.conf
-
[provider=OpenLibrary]
-email=""
-password="
-
-
- -temp="C:\Users\Admin\Downloads" -debug="true" - -## HYDRUS NETWORK - -
-
config.conf
-
[provider=alldebrid]
-api_key=""
-
-
- -## MATRIX - -> in house scripting, you will need a matrix account, there are many home servers to choose from or make your own. - -
-
config.conf
-
[provider=Matrix]
-homeserver=""
-access_token=""
-room_id=""
-size_limit=""
-
-
- -## SOULSEEK - -
-
config.conf
-
[provider=soulseek]
-username=""
-password=""
-
-
- - -## YT-DLP - -> [yt-dlp](https://github.com/yt-dlp/yt-dlp) - -
-
config.conf
-
[tool=ytdlp]
-cookies=""
-
-
- -## PODCAST INDEX - -> API wrapper built in-house for [podcastindex](https://podcastindex-org.github.io/docs-api/#overview--example-code), you can make a free - -
-
config.conf
-
[provider=podcastindex]
-Key=""
-Secret=""
-
-
- ------------------------------------------------------- -after your done save the file and restart the cli.py \ No newline at end of file +`.config` \ No newline at end of file