เครื่องมือ CLI (Command Line Interface) เพื่อดาวน์โหลดไดเร็กทอรีและไฟล์ทั้งหมดจากลิงก์ gofile.io เป็นชุด
git clone https://github.com/rkwyu/gofile-dl
cd ./gofile-dl
python -m pip install -r requirements.txt
usage: run.py [-h] [-d DIR] [-p PASSWORD] url
positional arguments:
url
options:
-h, --help show this help message and exit
-d DIR output directory
-p PASSWORD password
ไดเร็กทอรีเอาต์พุตเริ่มต้นคือ ./output
python run.py https://gofile.io/d/foobar
python run.py -d /baz/qux https://gofile.io/d/foobar
python run.py -p 1234 https://gofile.io/d/foobar
โครงการนี้ได้รับอนุญาตภายใต้ใบอนุญาต MIT