Skip to content

📷 Instagram tools (creating accounts, login with those accounts and like/comment someone post)

License

Notifications You must be signed in to change notification settings

davvvvvvvy/Instagram-Tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instagram account creator

Login

Like

Comment

Instagram-Tools

📷 Instagram tools (creating accounts, login with those accounts and like/comment someone post)

Contribution contributions welcome

  • Fork this repo

  • Add new features

  • Create a new pull request for this branch

Task list

  • Put first version on GitHub
  • Add feature for DM

Instagram Account Creator

modules/IAC.kt -> File

Usage

val iac = IAC(true, true, "proxy", "username", "password", "email) -> defining iac as IAC with parameters

Calling function for creating

iac.createAccount()

Login

modules/Login.kt -> File

Usage

val login = Login(true, true, "proxy", "username", "password") -> defining login as Login with parameters

Calling function for creating

login.login()

Like

modules/Like.kt -> File

Usage

val like = Like("link to post") -> defining like as Like with parameters

Calling function for creating

like.like()

Comment

modules/Comment.kt -> File

Usage

val comment = Comment("link to post", "text") -> defining comment as Comment with parameters

Calling function for creating

comment.comment()

About

📷 Instagram tools (creating accounts, login with those accounts and like/comment someone post)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages