tweeter.py 文件源码

python
阅读 20 收藏 0 点赞 0 评论 0

项目:vultr_fabric 作者: jmunsch 项目源码 文件源码
def queue_tweet(tweets_fp):
    with settings(user='root'):
        with open(tweets_fp) as f:
            tweets = f.read().split('\n')
        env.hosts = get_hosts()
        execute(append, '/root/tweepy/tweet_corral.txt', tweets)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号