Skip to content

πŸ±β€πŸ‘€ LinkedIn Simple Click Connection Automation

License

Notifications You must be signed in to change notification settings

davvvvvvvy/LinkedinBot-Automation-Kotlin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

LinkedinBot-Automation-Kotlin

Automation for Linkedin

Usage

-> define username, password and how many times to repeat it.

-> login() : Login into Linkedin

-> clickConn() : Clicks on every connection button

-> closeDriver() : closes driver

val username:String = "your_username"
    val password:String = "your_password"

    var lb = LinkedinBot(username, password, 20)
    lb.login()
    lb.clickConn()
    lb.closeDriver()

Contribution contributions welcome

  • Fork this repo

  • Add new features

  • Create a new pull request for this branch

About

πŸ±β€πŸ‘€ LinkedIn Simple Click Connection Automation

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages