
Security News
MCP Community Begins Work on Official MCP Metaregistry
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
GettUp is a simple command line utility which lets you share and upload files to the ge.tt sharing service quickly and easily.
GettUp is distributed as a python package. Do the following to install
sudo pip install gettup
OR
sudo easy_install gettup
OR
# download source and cd to it
sudo python setup.py install
$ gett file1.txt
Please enter your Ge.tt email: example@example.com
Please enter your Ge.tt password: verysecurepassword
Please enter your API KEY: supersecretapikey
Validating credentials ...
Credentials verified ...
Constructing a new share ...
Uploading file: README.md
Setting up a file name ...
Uploading the file...
Upload successful. Here's your url: http://ge.tt/6zkcEkB1/v/0
----------------------------------------
gett
displays a helpful help text when run with the -h
flag.
$ gett
usage: gett.py [-h] [-s share_id] [-t share_title] [-i share_id]
[-d share_id [share_id ...]] [-l] [-r file_url [file_url ...]]
[-q]
[files [files ...]]
Upload files to ge.tt via the command line
Command Examples -
$ gett # show help
$ gett file1 file2 file3 # upload files (in same share)
$ gett *.py # linux globs (upload)
$ gett *.py -s sharename # upload file in the specific share
$ gett *.py -s sharename -t title # gives the title to the new share
$ gett --list # show list of shares
$ gett -d share1 share2 share3 # deletes the shares
$ gett -r url1 url2 url 3 # deletes the file url
$ gett -q {etc} # quiet mode
$ gett -i sharename # get share info
To upload a file, use the -u flag. By default, gett
will create a new share for uploading the file. Use the -s flag, alongwith a sharename to upload to an existing share
$ gett something.txt
Constructing a new share ...
Setting up a file name ...
Uploading the file...
Upload successful. Here's your url: http://ge.tt/1NcgabB1/v/0
----------------------------------------
$ gett something.txt -s 5d1ctaB1
Setting up a file name ...
Uploading the file...
Upload successful. Here's your url: http://ge.tt/5d1ctaB1/v/1
To delete a share use the -d flag. To get more info about a share, use the -s flag accompanied by a sharename.
$ gett -d 1NcgabB1
Destroying share ...
1NcgabB1 share has been destroyed
$ gett -r http://ge.tt/6zkcEkB1/v/0
Deleting file ...
File has been successfully destroyed
To upgrade GettUp run the following command
sudo pip install -U gettup
Thanks to gett-cli for inspiration, which is, at present, for Python 3 only.
Gettup is released under the MIT license.
FAQs
A command-line file sharing utility for ge.tt
We found that gettup demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
Research
Security News
Malicious npm packages posing as developer tools target macOS Cursor IDE users, stealing credentials and modifying files to gain persistent backdoor access.