A Command Line Interface to the TGBOX
Project description
A Command Line Interface to the TGBOX
This is a CLI implementation of the TGBOX — an encrypted cloud storage built around the Telegram.
Installation
To build the TGBOX-CLI you will need to have at least Python 3.8.
Windows builds (.EXE)
You can use already created executable builds if you're on Windows.
See Releases GitHub page or navigate to the official TGBOX dev.channel
Build the TGBOX-CLI
To make all features work, you will also need the FFmpeg installed in your system (it should
be also accessible by the simple ffmpeg
command from your Terminal, in other words: in PATH
).
Install with PIP
You can install latest stable release of the tgbox-cli
from PyPI:
# Drop [fast] to obtain *slow*, pure-Python build
pip install -U tgbox-cli[fast]
Clone & Install
Alternatively, you can clone this repository and build from the source. This may give you more control over the code:
python -m venv tgbox-cli-env
cd tgbox-cli-env && . bin/activate
git clone https://github.com/NotStatilko/tgbox-cli
pip install ./tgbox-cli[fast]
PyInstaller
If you want to make your own .EXE build with FFmpeg, you will need to download
it and place inside the tgbox/other
directory (on Windows only). See this:
python -m venv tgbox-cli-env
cd tgbox-cli-env && . bin/activate
pip install pyinstaller
git clone https://github.com/NonProjects/tgbox
cd tgbox/tgbox/other # Make sure to place here ffmpeg.exe
(after you dropped the ffmpeg.exe
to the tgbox/other
):
cd ../../.. # Move back
pip install ./tgbox[fast]
git clone https://github.com/NotStatilko/tgbox-cli
pip install ./tgbox-cli[fast]
cd tgbox-cli/pyinstaller
pyinstaller tgbox_cli.spec
# Run the executable and show info
dist/tgbox-cli.exe cli-info
Please note that You can also set TGBOX_CLI_NON_ONEFILE
env variable to build without packing
into one executable file & feel free to remove the tgbox-cli-env
folder after work was done.
Usage
The TGBOX-CLI is a typical Command-Line application. After install, it can be ran as follows:
tgbox-cli
This should output you a list of commands. The help command will give you a full course over TGBOX-CLI.
Use it (as well as --help
option on every command) if you don't know anything about this application:
tgbox-cli help
Bug reports
Feel free to report some problems (i believe there can be many) on the GitHub Issue tab. Any encountered error should be written to the logfile. Use the logfile-open command and attach its content to the bug report.
Thanks.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file tgbox-cli-1.3.tar.gz
.
File metadata
- Download URL: tgbox-cli-1.3.tar.gz
- Upload date:
- Size: 64.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 54c4da0844f69a4fba86ad9979980cd5665c78294892960be13200fcf46216f7 |
|
MD5 | ac88dc67eff2c0a64b64fd49a0f356a5 |
|
BLAKE2b-256 | 89a27f72f419155adf43cbb2425f4f3eb866c4be2edb78d1faad282a589ea159 |
File details
Details for the file tgbox_cli-1.3-py3-none-any.whl
.
File metadata
- Download URL: tgbox_cli-1.3-py3-none-any.whl
- Upload date:
- Size: 63.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6b53e6c28e0a6153185d60613ea21242f5c9e2c108bec436ddc026ca8e787190 |
|
MD5 | 2b8bdfafcb6760ae50d372300eda693b |
|
BLAKE2b-256 | 35cf94f664a471fa5d3f0f4faed20e144744352726b50676c297cd9ed6445d56 |