All Projects → 0x27 → Transfer.py

0x27 / Transfer.py

Licence: wtfpl
Simple python client to upload files to the transfer.sh service

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Transfer.py

Lassie
Web Content Retrieval for Humans™
Stars: ✭ 521 (+5688.89%)
Mutual labels:  requests
Requests3
Requests 3.0, for Humans and Machines, alike. 🤖
Stars: ✭ 813 (+8933.33%)
Mutual labels:  requests
Pycurl Requests
A Requests-compatible interface for PycURL.
Stars: ✭ 23 (+155.56%)
Mutual labels:  requests
Spider python
python爬虫
Stars: ✭ 557 (+6088.89%)
Mutual labels:  requests
Restclient
🦄 Simple HTTP and REST client for Unity based on Promises, also supports Callbacks! 🎮
Stars: ✭ 675 (+7400%)
Mutual labels:  requests
Wikipedia Frequency Lookup
Simple script written in Python to get the 20 words with highest frequency in an English Wikipedia article
Stars: ✭ 16 (+77.78%)
Mutual labels:  requests
Jiekou Python3
接口自动化测试框架——python版,支持HTTP,dubbo协议接口
Stars: ✭ 468 (+5100%)
Mutual labels:  requests
Remit
RabbitMQ-backed microservices supporting RPC, pubsub, automatic service discovery and scaling with no code changes.
Stars: ✭ 24 (+166.67%)
Mutual labels:  requests
Qr Filetransfer
Transfer files over WiFi between your computer and your smartphone from the terminal
Stars: ✭ 738 (+8100%)
Mutual labels:  transfer
Seatkiller
A library seat booking script for Wuhan University
Stars: ✭ 22 (+144.44%)
Mutual labels:  requests
Easy Scraping Tutorial
Simple but useful Python web scraping tutorial code.
Stars: ✭ 583 (+6377.78%)
Mutual labels:  requests
Price Monitor
京东商品价格监控:监控用户设定商品价格,降价邮件/微信提醒。技术:Python爬虫/IP代理池/JS接口爬取/Selenium页面爬取
Stars: ✭ 634 (+6944.44%)
Mutual labels:  requests
Microservices Connector
Inter-Service communication framework, support for microservice architecture and distributed system
Stars: ✭ 17 (+88.89%)
Mutual labels:  requests
Curl
Custom PHP curl library for the Laravel 5 framework - developed by Ixudra
Stars: ✭ 537 (+5866.67%)
Mutual labels:  requests
Pytest Responsemock
Simplified requests calls mocking for pytest
Stars: ✭ 24 (+166.67%)
Mutual labels:  requests
Pycookiecheat
Borrow cookies from your browser's authenticated session for use in Python scripts.
Stars: ✭ 465 (+5066.67%)
Mutual labels:  requests
Uplink
A Declarative HTTP Client for Python
Stars: ✭ 824 (+9055.56%)
Mutual labels:  requests
Skillbox Chat 08 19
Skillbox demo application for the Python course
Stars: ✭ 25 (+177.78%)
Mutual labels:  requests
Pytest Requests
HTTP(S) testing with pytest and requests.
Stars: ✭ 24 (+166.67%)
Mutual labels:  requests
Khttp Android
Kotlin HTTP request library for Android, adapted from @jkcclemens/khttp.
Stars: ✭ 18 (+100%)
Mutual labels:  requests

transfer.py

Simple python client to upload files to the transfer.sh service

What?

This is a simple client that just uploads or downloads a file to the transfer.sh service. It was written as part of writing a client that encrypts files prior to upload and decrypts on download, so I could work out any kinks in the uploading/downloading process.

Asciinema Demo

asciicast

Requirements

Its all stdlib except for the python-requests and python-clint libraries which can be installed via pip or your systems package manager or whatever. Alternatively, "pip install -r requirements.txt".

Licence

Licenced under the WTFPL

Beer

Beer can be sent to 16MtQtgCVgZvqXoYFzi1L85cKDQAxLGY4A :)

Bugs

If it fucks up leave an issue in the tracker please.

Notes

If you can test this on Windows and OSX and leave feedback, that would be awesome. I only developed and tested this on Linux so far.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].