Skip to content

将Pixiv收藏夹的内容同步到Telegram频道,以便管理自己收藏的图片

License

Notifications You must be signed in to change notification settings

SuInk/pixiv-like2tgchan-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pixiv-like2tgchan-bot

将Pixiv收藏夹的内容同步到Telegram频道,以便管理自己收藏的图片

更新时间跟随RSSHub缓存刷新时间,为2小时

每次最多获取30个收藏

查看截图

如何使用

  1. clone项目到本地或服务器

    git clone https://github.com/SuInk/pixiv-like2tgchan-bot.git
  2. 配置文件

    将config.go.example文件更名为config.go

    cd config
    cp config.go.example config.go

    填入

    UseProxy = true	//是否使用代理  
    ProxyURL    = "http://127.0.0.1:7890"	// 代理网址  
    RssURL      = "https://rsshub.app/pixiv/user/bookmarks/15288095"	// 需要订阅的PixivRSS地址  
    TgBotToken  = "1234567892:AAG" 	// Telegram 机器人token  
    ChatID      = "@SuInks"	// 频道名  
    RefreshTime = 120 	// 定时刷新分钟, RSSHub默认缓存时间为2小时
  3. 获取参数

  • 如果你用的是国外服务器UseProxyfalse即可
  • ProxyURLClash默认代理地址, 可以参考教程安装
  • RssURLRSSHub查看
  • TgBotToken在Telegram申请
  • ChatID 为你的频道chatid或英文唯一ID
  1. 运行

    go build main.go
    ./main

Thanks

RSSHub

About

将Pixiv收藏夹的内容同步到Telegram频道,以便管理自己收藏的图片

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published