一个小的示例包

TinderBot的Python项目详细描述


火药机器人

您可以使用自己的凭证轻松地自动化您的tinder like。要阅读如何获取请求头(凭据)的完整教程,请查看我在medium上的文章:https://medium.com/@hfikry92/automate-likes-on-tinder-in-10-minutes-using-python-c16b42164dc6

即将推出的功能!

  • 为随机超级喜欢使用关键字
  • 与人工智能模型集成
  • 我们是否鼓励您提出建议(hfikry92@gmail.com),或通过medium@hfikry92向我发送消息

安装

安装软件包:

pip install TinderBot 

通过google colab、kaggle或其他允许软件包安装的云笔记本安装软件包

!pip install TinderBot 

使用量

FunctionParametersDescription
Constructor functionheadersPath (String)a text file path that contains the headers dictionary that is copied from the browser
likeNext--
likeManymaxLikes (optional integer)The maximum number of automated likes
sleep (optional float)The default value is 0.5, which is in seconds. It defines sleep time between likes [CANNOT BE LESS THAN 0.5 (SECONDS) or your account will be blocked on Tinder]
printProgress (optional boolan)The default is True. it simply shows/hides the progress print
likeAllsleep (optional float)The default value is 0.5, which is in seconds. It defines sleep time between likes [CANNOT BE LESS THAN 0.5 (SECONDS) or your account will be blocked on Tinder]
printProgress (optional boolan)The default is True. it simply shows/hides the progress print

示例

bot=TinderBot("headers_textfile.txt")bot.likeAll()#ORbot.likeMany(maxLikes=10,sleep=1)

许可证

免费软件,见鬼去吧

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

推荐PyPI第三方库


热门话题
java ZK我们可以保存Windows组件状态吗?   java中的xpath比较路径   将字符串解析为长字符串时出现java数字格式异常   Apache CXF中获取异常中的服务器stacktrace的java问题   java我正在用j2me编程,我需要用丰富的格式编写文本以获得帮助屏幕   Android Room数据库中id字段的java名称字段约定   对于API9,java ArrayList<HashMap<String,String>>无法正确转换为JSONArray   api是最初的Java理想死了吗?   opencv java中的python掩码图像   java为什么在实现克隆方法时返回super。克隆()不是此克隆()   java HttpUrlConnection是否存在并发惩罚?   有没有办法将java arraylist对象复制到codemodel生成的源代码中?