From 1e0f4e5a4ebd70c517ad5323f7ab96059011d3fe Mon Sep 17 00:00:00 2001 From: Jordi Serrano <44474715+j0rd1s3rr4n0@users.noreply.github.com> Date: Thu, 9 Nov 2023 05:20:31 +0100 Subject: [PATCH] Delete index.md --- index.md | 220 ------------------------------------------------------- 1 file changed, 220 deletions(-) delete mode 100644 index.md diff --git a/index.md b/index.md deleted file mode 100644 index fe5d388..0000000 --- a/index.md +++ /dev/null @@ -1,220 +0,0 @@ - - - - - - FileUploader - - - -

FileUploader

- -
-
- -

Automate Anonymous File Uploads and Downloads

-
- -
- -

Overview

-
-

- FileUploader is a Python script that simplifies the process of uploading files to various file-hosting services, including Anonfiles, Bayfiles (Deprecated), and GoFile. This script streamlines the file upload process and provides you with direct download links, making it convenient for sharing files. -

-

Note: Anonfiles and Bayfiles are Deprecated. Please consider using the GoFile option for a more reliable service.

-
- -
- -

Usage

-
- -
- -

FileUploader

-
- -
- -
Windows
-
- -

Installation

-

You can install by executing fileuploader_setup.exe and follow the steps.

- -

Usage

- -

Python File

-
python3 fileUploader.py
- -

Exe File

-
start fileUploader.exe
- - File Icon - -
- -
- -
Linux
-
- -

Installation

-

You can install by executing fileuploader_setup.sh.

- -

Permissions

- -

Python File

-
chmod +x fileUploader.py
- -

Binary File

-
chmod +x fileUploader
- -

Usage

- -

Python File

-
python3 fileUploader.py
- -

Binary File

-
./fileUploader
- - File Icon - -
-
- -
- -

GoFile

-
- -
- -
Windows
-
- -

Installation

-

You can install by executing gofile_setup.exe and follow the steps.

- -
- -
Usage
-
-

Run the program from the command line with the following options:

-

Options:

-
    -
  • -v, --verbose: Enable verbose mode to display detailed information during execution.
  • -
  • -d, --download-url <url>: Download a file by providing the URL.
  • -
  • -s, --download <server> <fileId> <fileName>: Download a file by specifying the server, fileId, and fileName.
  • -
  • -u, --upload <filepath>: Upload a file from a local path.
  • -
  • --json: Return data in JSON format.
  • -
  • --xml: Return data in XML format.
  • -
  • --plaintext: Return data in plain text format.
  • -
  • -o, --output <output-file>: Save the processed data to a file with the specified name.
  • -
-

Examples:

-

Upload a file:

-
python gofile.py -u file.txt
-

Download a file by URL:

-
python gofile.py -d https://store5.gofile.io/download/fcd000f4-73d1-4966-8c56-20496efd150a/text.txt
-

Download a file by server, fileId, and fileName:

-
python gofile.py -s store5 fcd000f4-73d1-4966-8c56-20496efd150a file.txt
-

Output Format

-

The program can return data in JSON, XML, or plain text format. If no format is specified, it defaults to plain text format.

-

XML

-
-                                
-                                
-                                  ok
-                                  
-                                    uT0xLP89WVxbjMQVM1iDh5nC5b0ANORa
-                                    https://gofile.io/d/5Zisuc
-                                    5Zisuc
-                                    10ea022d-a43a-4faf-bcae-2889c7a48e8a
-                                    fcd000f4-73d1-4966-8c56-20496efd150a
-                                    text.txt
-                                    89da2808465ff4b8a18e192ba873c458
-                                    store11
-                                  
-                                
-                            
-