KToolBox icon indicating copy to clipboard operation
KToolBox copied to clipboard

Guide download from coomer

Open anabel79 opened this issue 1 year ago • 2 comments

May i ask how to download from coomer? i don't really understand how exactly .env work and where to put them? If no edit to .env it gives 0 posts If i use .env edit it give this scfreenshort error

Screenshot 2024-06-27 113901

a small tutorial will be helpful for me normies, thanks!

anabel79 avatar Jun 27 '24 04:06 anabel79

https://ktoolbox.readthedocs.io/latest/coomer/

The prod.env file should be placed in the working directory, which is the location where the command is executed.

# Coomer prod.env

# For Coomer API
KTOOLBOX_API__NETLOC=coomer.su

# For downloading files from Coomer server
KTOOLBOX_API__FILES_NETLOC=coomer.su

Ljzd-PRO avatar Jun 27 '24 05:06 Ljzd-PRO

Put the 'prod.env' file in the directory/folder where you will execute the commands.

TheThirdComputer avatar Jun 27 '24 22:06 TheThirdComputer

May i ask how to download from coomer? i don't really understand how exactly .env work and where to put them? If no edit to .env it gives 0 posts If i use .env edit it give this scfreenshort error

Screenshot 2024-06-27 113901

a small tutorial will be helpful for me normies, thanks!

if on linux.

in the folder that has your pyproject.toml right click> create new document > empty document rename the new file> "prod.env" open prod.env in a text editor paste lines from https://ktoolbox.readthedocs.io/latest/coomer/ in the newly opened .env document

save and close

tania0100 avatar Dec 23 '24 16:12 tania0100

The prod.env file should be placed in the working directory, which is the location where the command is executed.

Please add this detail to the docs, there is no way a non programmer would know this.

LuanaNight avatar Jan 21 '25 11:01 LuanaNight