redd:Redd是reddit的包含电池的API包装器

时间:2024-02-20 12:26:02
【文件属性】:

文件名称:redd:Redd是reddit的包含电池的API包装器

文件大小:329KB

文件格式:ZIP

更新时间:2024-02-20 12:26:02

ruby bot oauth2 reddit api-wrapper

Redd是包含电池的 API包装器。 产品特点 支持大多数reddit API,包括实时线程和beta mod-mail。 包括对流式传输新帖子和评论的支持。 内置速率限制和错误处理。 自动重试失败的请求。 演示版 Reddit Bot require 'redd' session = Redd . it ( user_agent : 'Redd:RandomBot:v1.0.0 (by /u/Mustermind)' , client_id : 'PQgS0UaX9l70oQ' , secret : 'PsF_kVZrW8nSVCG5kNsIgl-AaXE' , username : 'RandomBot' , password : 'hunter2' ) session . subreddit ( 'all' ) . comments . stream do | comment | if comment . body . include? ( 'roll a dice' ) comment . reply ( "It's a


网友评论