Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.

A Python program that can help you to get the screenshot of creator's posts.

Notifications You must be signed in to change notification settings

kanbereina/FanBoxPosts_ScreenShot_Tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

FanBoxPosts_ScreenShot_Tools

FanBox投稿截图Python程序

你可以通过它获取你关注的创作者的投稿的所有截图
A Python program that can help you to get the screenshot of creator's posts.

示例图片:

示例图片1 示例图片2 示例图片3 示例图片4 示例图片5 示例图片6

How to use?(如何使用?)

安装Python

建议Python版本>=3.8

安装Python软件包

  1. pip install playwright(仍需通过'playwright install'安装浏览器驱动)

  2. pip install loguru

  3. pip install httpx

在__main__.py中运行程序

if __name__ == "__main__":
    # 输入'creator_id'运行后, 可在/images找到截图
    asyncio.get_event_loop().run_until_complete(
        get_shots(creator_id="<填fanbox上的创作者ID>")
    )

About

A Python program that can help you to get the screenshot of creator's posts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages