项目作者: konoikon

项目描述 :
高级语言: Python
项目地址: git://github.com/konoikon/insta-giveaway.git
创建时间: 2020-12-17T19:03:27Z
项目社区:https://github.com/konoikon/insta-giveaway

开源协议:MIT License

下载


InstaGiveaway

This python package will help you win Instagram Giveaway competitions! It is really simple! Just log into your account, set up the posts you would like to compete for and that’s it!

How it works

  1. from instagiveaway import InstaGiveaway
  2. ig = InstaGiveaway('<YOUR_USERNAME>', '<YOUR_PASSWORD>', ['<POST_ID_1>', '<POST_ID_2>', ...], ['<@ACCOUNT_TO_TAG_1>', ...])
  3. ig.run(iterations=5, number_of_tags=2)

The above snippet will log into your account, and tag 2 people in 5 distinct comments in your given posts.