File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed
Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,37 @@ This is just an implementation of a python client for [OgramCloud](https://ogram
66
77### Download the latest release
88
9+ You just have to og on [ Releases] ( https://github.com/Sanix-Darker/ogramcloud-cli-client/releases ) and get the version you want for your system.
10+
911### How to use it
1012
13+ - To upload a file, just hit :
14+ ``` shell
15+ occ -f ./your/file.path
16+ ```
17+
18+ - To get the file with the file-key, just hit :
19+ ``` shell
20+ occ -i iooooiiiiiooooo
21+ ```
22+
23+ - To get help :
24+ ``` shell
25+ occ -h
26+
27+ usage: occ [-h] [-f FILEPATH] [-i ID] [-c CHATID] [-u HOSTURL]
28+
29+ optional arguments:
30+ -h, --help show this help message and exit
31+ -f FILEPATH, --filepath FILEPATH
32+ File path of the file we want to upload
33+ -i ID, --id ID OgramCloud Id for regenerating our file
34+ -c CHATID, --chatid CHATID
35+ Chat Id on Telegram account, see documentation of
36+ (https://ogramcloud.com)
37+ -u HOSTURL, --hosturl HOSTURL
38+ The host url of OgramCloud
39+ ```
1140
1241## Development-Setup
1342
You can’t perform that action at this time.
0 commit comments