EnArvy / Catboxer

Program to easily upload files to Catbox.moe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Catboxer

Catbox logo

Upload files to Catbox (filehost) via Send to right click menu(Windows).

Written in python.

Installation

Just paste the release file Catboxer.exe in the following location: C:\Users\YourUserName\AppData\Roaming\Microsoft\Windows\SendTo\

If you want to upload to your Catbox account:

  • Make a new text file Catboxer.conf in C:\Users\YourUserName\AppData\Roaming\Microsoft\Windows\SendTo\
  • Go to https://catbox.moe/user/manage.php
  • Copy the userhash and paste it in Catboxer.conf

Usage

  • Right click on any file/folder.
  • Choose Send to.
  • Choose Catboxer.exe.

The url of the upload will be displayed as well as copied to the clipboard automatically.

Limitations

Files of sizes above 200MB are not allowed.

Credits

Catbox

Building from Source

  • Clone this repository
  • Run pip install -r requirements.txt
  • Run pyinstaller --onefile -i Catboxer.ico Catboxer.py

About

Program to easily upload files to Catbox.moe


Languages

Language:Python 100.0%