1 Star 2 Fork 2

刘彬彬/小知识_自动化任务脚本_DhanushNehru

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
like_tweets_keyword.py 322 Bytes
一键复制 编辑 原始数据 按行查看 历史
Aashit Agrawal 提交于 2年前 . folder name change
import os
from twitter_bot_class import TwitterBot
if __name__ == "__main__":
try:
pj = TwitterBot(os.environ['EMAIL'], os.environ['PASSWORD'])
pj.login()
pj.search('100DaysOfCode')
pj.like_tweets(10)
pj.logout()
except Exception as e:
pj.logout()
print(e)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/liu_binbin/some_python_scripts.git
git@gitee.com:liu_binbin/some_python_scripts.git
liu_binbin
some_python_scripts
小知识_自动化任务脚本_DhanushNehru
master

搜索帮助