获取Pocket发送到mastodon

hellolinux2021
·
·
IPFS

Pocket操作

主要是获取CONSUMER KEY和access token

consumer_key=<consumer_key>
redirect_uri=<app_name>:authorizationFinished
consumer_key=
code=
  • 返回access_token=

参考https://getpocket.com/developer/docs/v3/retrieve

p = Pocket(consumer_key='',access_token='')
p.retrieve(offset=0,count=5,tag='hk',since=test_timestamp)
# 根据返回值读取 resolved_url和resolved_title

发送消息到mastodon

mastodon = Mastodon(
  client_id='',
  client_secret='',
  access_token = '',
  api_base_url = 'https://domain'
)
mastodon.toot(str)
# str为发送文本,其他参数参考docs

定时执行

每天00点定时执行

0 10 * * * python /home/youScript.py

参考

https://getpocket.com/developer/docs/v3/retrieve

Pocket API + Python 學習筆記

利用Pocket API实现分享自己的阅读列表

Mastodon | 微博转发到 Mastodon bot

https://mastodonpy.readthedocs.io/en/stable/

自动获取Pocket发送到mastodon


CC BY-NC-ND 2.0 授权

喜欢我的作品吗?别忘了给予支持与赞赏,让我知道在创作的路上有你陪伴,一起延续这份热忱!

hellolinux2021欢迎拍手与交流,个人Channel:https://t.me/hellolinuxLab Sentinel DVPN中文社区管理,技术及使用支持 https://t.me/Sentinel_China 个人主页:https://hellolinux.uk/about
  • 来自作者
  • 相关推荐

20220820近况更新

费曼学习法

obsidian的annotator插件