สิ่งที่ฉันโยนกันเพื่อความสนุกสนาน
พูดง่ายๆ ก็คือคืนหนึ่งฉันรู้สึกเบื่อและเลยจัดโปรเจ็กต์นี้ขึ้นมาเพื่อฆ่าเวลา
(กลับไปด้านบน)
ฉันไม่แน่ใจว่าสิ่งนี้จะยินดีต้อนรับบน pypi หรือไม่ ดังนั้นตอนนี้ฉันแค่โฮสต์ไว้ที่นี่บน github คำแนะนำในการติดตั้งอย่างรวดเร็ว
เพียงแค่มี python เวอร์ชันทันสมัย ^3.9 น่าจะใช้ได้ หากคุณต้องการการสนับสนุนสำหรับ 3.7 หรือ 3.8 เพียงแค่เปิดปัญหา ฉันแค่ต้องเปลี่ยนรายการพิมพ์และการนำเข้าเพื่อให้รายการเหล่านั้นใช้งานได้
อูบุนตู 22.04
apt-get install python3 python3-pip
Arch/Manjaro (ฉันเป็นพวก Arch มากกว่า)
sudo pacman -S python python-pip
คุณสามารถโคลน repo หรือติดตั้งจาก Releases
pip install https://github.com/darkdragn/party/releases/download/v0.7.6/party-0.7.6-py3-none-any.whl
git clone https://github.com/darkdragn/party.git
cd party
pip install .
(กลับไปด้านบน)
ปาร์ตี้มี 4 คำสั่งพื้นฐาน
ปาร์ตี้ <คำสั่ง>
kemono: Download from kemono
coomer: Download from coomer
update: Checks for and downloads new posts
search: Find creators based on username or id
เคโมโน่และคูเมอร์
รายละเอียดพื้นฐานของตัวเลือก
Usage: party kemono [OPTIONS] SERVICE USER_ID
Quick download command for kemono.party
Arguments:
SERVICE Specify the service to pull from ; Ex(patreon,fanbox,onlyfans)
[required]
USER_ID User id from the url or name from search [required]
Options:
--site TEXT [default: https://kemono.party]
--files / --no-files [default: files]
--exclude-external / --no-exclude-external
[default: exclude-external]
-l, --limit INTEGER Number of posts to parse. Starts from newest
to oldest.
--post-id / --no-post-id Sets file_format to
{ref.post_id}_{ref.filename}, mutually
exclusive with post_title, ordered short and
file_format
-e, --exclude-extension TEXT File extension to exclude
-w, --workers INTEGER Number of open download connections
[default: 4]
--name TEXT If you provided an id in the argument, you
can provide a name here to skip user db
pull/search.
-d, --directory TEXT Specify an output directory
--post-title / --no-post-title Sets file_format to
{ref.post_title}_{ref.filename}, mutually
exclusive with post_id, ordered_short and
file_format [default: no-post-title]
--ordered-short / --no-ordered-short
Sets file_format to {ref.post_id}_{ref.index
:03}.{ref.extension}, mutually exclusive
with post_id, post_title and file_format
[default: no-ordered-short]
--file-format TEXT Used to set the output file format. Mutually
exclusive with post_id, post_title and
ordered short. For custom options, see
post.py for schema fields. For example,
{ref.post_id}_{ref.index:03}_{ref.filename}
would accomplish combining post_id and
ordering the files based on appearance in
the post while keeping the original filename
and extension [default: {ref.filename}]
--help Show this message and exit.
ตัวอย่าง
ดาวน์โหลดบางอย่างจาก kemono
party kemono patreon diives
ดาวน์โหลดบางอย่างจาก coomer
party coomer onlyfans belledelphine
ดาวน์โหลดจาก coomer ไม่รวมรูปภาพ และจำกัดการดาวน์โหลดเพียง 2 ครั้ง
party coomer fansly forgottenlovechild -e jpg -e jpeg -e png -w 2
Party จะตรวจสอบไฟล์ที่มีอยู่ในขณะที่ดาวน์โหลด ดังนั้นการเก็บถาวรที่ไม่สมบูรณ์สามารถทำได้ด้วย kemono/coomer หรือด้วยการอัพเดต
party update diives
การค้นหารองรับตัวเลือกทั้งหมดเช่น kemono และ coomer เช่น -e, -w, -d, -l
ค้นหาผู้ใช้
party search belk
ค้นหาผู้ใช้และเลือกผลลัพธ์แบบโต้ตอบ
party search belk -i
+-------+------------------+--------------------+---------+
| Index | Name | ID | Service |
+-------+------------------+--------------------+---------+
| 0 | Belkos Fanbox | 877689163103764480 | discord |
| 1 | belkadog | 7025886 | patreon |
| 2 | Belksasar3DPrint | 37766530 | patreon |
| 3 | Belko | 39123643 | fanbox |
+-------+------------------+--------------------+---------+
Index selection: : 3
Downloading Belko using default options...
Downloading from user: Belko
0% | | 1/909 [00: 00< 11:57
การค้นหาที่เฉพาะเจาะจงมากขึ้น
party search --site coomer --service fansly forgotten -w 3 -e jpg
+-------+--------------------+--------------------+---------+
| Index | Name | ID | Service |
+-------+--------------------+--------------------+---------+
| 0 | forgottenlovechild | 434514358358253568 | fansly |
+-------+--------------------+--------------------+---------+
(กลับไปด้านบน)