文件名称:pytwitterbot:基于https
文件大小:5KB
文件格式:ZIP
更新时间:2024-05-18 18:08:04
Python
这是一个简单的Twitter机器人,可从GitHub读取提交并鸣叫任何符合特定条件的提交
要求
Python Twitter机器人需要Tweepy才能运行。 您可以通过点子获得Tweepy。
sudo apt-get install python-pip
pip install tweepy
运行Twitter Bot
./start.sh
自动启动机器人
twitterbot.conf是可在Ubuntu中使用的模板Upstart脚本。 您需要提供机器人的用户名和路径,然后将其移动到/ etc / init。
示例新贵脚本
author "Chris Rees
【文件预览】:
pytwitterbot-master
----twitterbot.ini(151B)
----start.sh(29B)
----twitterbot.conf(318B)
----LICENSE(485B)
----README.md(2KB)
----twitterbot.py(4KB)
----.gitignore(689B)