硒instagram自动化。

daboi的Python项目详细描述


大宝包

这是一个使用selenium的instagram自动化软件。在

先决条件

  • 铬铁

特点

  • 喜欢-主页提要和标签
  • 跟随-标签
  • 取消跟踪
  • 看故事

安装

pip3installdaboi

更新

^{pr2}$

fromdaboiimportinstabotconfig={"user":"username","password":"password"i,#"chromedriver_path":"", # path to chromedriver default is linux /usr/lib/chromium-browser/chromedriver#"path":"" # where the output files will be stored default is working directory"hashtag_list":["hashtag1","hashtag2"],#hashtags to give likes to photos "likes":15,#likes per run to give"follow":0,#follow profiles per run"unfollow":0,#unfollow profiles per run"follow_profiles":["username1","username2"],#follow the followers of given profiles"wait_between_runs":2,#wait between two consecutive runs"watch_stories_minutes":5,#watch hasthags and progile stories in minutes"give_likes_when":0,#photo has to have also another one or more hashtags set in hashtag_list"api_key":"",# api token to authentificate"api_endpoint"=""# url where to send run statistics. you might need to change code for your own needs}instabot.Client(config)#enjoy the stonks

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java如何为ConcurrentHashMap使用并设置适当的并发级别?   java泛型方法,运行时错误,   java在页面上显示加载的图像   java Paypal定期直接支付问题   java如何延迟重新绘制组件   JavaSpringBoot+Hibernate如何维护@Transient字段   java在其方法中获取关于类的信息   在java中将别名添加到枚举   java如何解决向google报告成绩时“需要重新连接客户端”的问题   清晰的java图像背景   java未找到适合JDateChooser的构造函数(字符串、字符串、字符)   java LRU缓存实现。某些测试用例的代码失败   if语句Java嵌套的if/Else条件   java JSoup“wrap”并非每次都按预期工作   Java Spring引导循环依赖于一个环境   ssl证书无法通过Java和IntelliJ连接到SOAP服务   带整数验证的Java扫描器   java在Flex中呈现具有动态列的datagrid   java Android:通过用户选择的选项将文件上载到服务器   子类中的java抛出错误、异常和运行时异常