文件名称:tweetbot.sh:Twitter的机器人程序,使用简单的Bash脚本编写
文件大小:67KB
文件格式:ZIP
更新时间:2024-02-20 19:48:38
bash twitter chatbot shellscript BashShell
tweetbot.sh,一个用简单的Bash脚本编写的Twitter机器人程序 如何运作? 该机器人监视与您的Twitter帐户相关的事件,并将对此做出React。 如果有人关注您,那么它将关注他/她。 如果有人向您提及,这将... 喜欢它。 转推。 (默认情况下禁用) 如果您提供了响应消息,请对此做出响应。 如果有人转发了您的推文并发表了评论,这将... 喜欢它。 转推。 根据提供的响应消息,用评论转发它。 如果提及您,并且您提供了响应消息,请回复。 如果有人发布了包括您指定的关键字在内的推文,这将... 喜欢它。 转推。 根据提供的响应消息,用评论转发它。 建立 首先需要准备API密钥。 转到,创建一个新的应用程序,并生成一个新的访问令牌。 如果要使用DM控制运行中的机器人,则必须允许该应用访问直接消息。 有针对systemd的安装程序和卸载程序。 运行sudo path/to/tweetbot.sh/systemd/install.sh或sudo path/to/tweetbot.sh/systemd/uninstall.sh 。 用法 $ ./
【文件预览】:
tweetbot.sh-master
----handle_dm.sh(4KB)
----common.sh(19KB)
----handle_search_result.sh(1KB)
----watch.sh(12KB)
----modify_response.sh(7KB)
----handle_follow.sh(1KB)
----systemd()
--------install.sh(3KB)
--------uninstall.sh(843B)
--------tweetbot.service(251B)
--------service.sh(305B)
----LICENSE(1KB)
----handle_dm_common.sh(6KB)
----.gitmodules(578B)
----process_queued_command.sh(1KB)
----process_queued_search_result.sh(2KB)
----handle_retweet.sh(722B)
----handle_follow_target.sh(2KB)
----generate_responder.sh(4KB)
----generate_monologue_selector.sh(4KB)
----README.md(23KB)
----tweet.sh()
----handle_mention.sh(2KB)
----firefox()
--------.gitignore(48B)
--------extlib()
--------Makefile(630B)
--------options()
--------content_script.js(4KB)
--------_locales()
--------README.md(845B)
--------common()
--------manifest.json(854B)
--------background.js(5KB)
--------signed()
----handle_dm_events.sh(4KB)
----handle_quotation.sh(3KB)
----modify_monologue.sh(6KB)
----init.d_tweetbot(497B)