lpoindi.blogg.se

Instagram bot github javascript
Instagram bot github javascript





instagram bot github javascript

⚙️ languages: Includes the settings, menu and warning messages for all language options. ⚙️ language: Denotes the language of the application. ⚙️ headless: Denotes if the browser is visible or not.

instagram bot github javascript

⚙️ driver_path: Denotes the Webdriver directory path. ⚙️ In order to use Firefox webdriver needs to be downloaded and the directory path for the downloaded webdriver needs to be set within config.json.

instagram bot github javascript

This requires Firefox to be installed for the application to work properly. ⚙️ Project utilizes Firefox browser as webdriver. 🔷 Default language has been set as English. 🔷 As the project is currently under development, the 2-factor authentication feature has been set to assume that the 2Fa code is sent to the user's phone number. 🔷 Instagram login for accounts with 2-factor authentication is also possible. 🔷 You may use the features above by logging into your Instagram account. Settings menu features language and browser settings. 🔵 Option of running browser window in normal or incognito modes has been granted. 🔵 Support for two languages: English and Turkish. 🔵 Block or unblock a user Other Features 🔵 Follow all users that have liked a single post 🔵 Follow all the followers of a single user 🔵 Bulk unfollow all users that do not follow back 🔵 Like or unlike all posts of a single user IntroductionĪn Instagram bot developed using the Selenium Framework Features You might want to spice it up using embedded JMS for further goodies (message persistence etc).🔹 English translation of the documentation was made by Can Mıhcı. I could imaginge there is some throttling adding up or other effect in the RateLimiter, i would try to play around with it and make sure this thing really works the way you want.Īlternatively, consider using Spring to read from your queue. I.e., if an expensive task arrives at an idle RateLimiter, it will be granted immediately, but it is the next request that will experience extra throttling, thus paying for the cost of the expensive task." but it affects the throttling of the next request. "It is important to note that the number of permits requested never affects the throttling of the request itself. Maybe it does not work as expected, depending on the number of requests your application does over time. I would propose to take a look in the RateLimiter direction.







Instagram bot github javascript