Skip to main content

Selenium instagram automation.

Project description

Daboi Package

This is an instagram automation with selenium.

Prerequisities

  • selenium
  • chromedriver

Features

  • Likes - home feed and hashtags
  • Follows - hashtags
  • Unfollows
  • Watch stories

Install

pip3 install daboi

Update

pip3 install -U daboi

Run

from daboi import instabot

config = {
	"user":"username",
	"password":"password"i,
	#"chromedriver_path":"", # path to chromedriver default is linux /usr/lib/chromium-browser/chromedriver
	#"path":"" # where the output files will be stored default is working directory
	"hashtag_list":["hashtag1","hashtag2"], #hashtags to give likes to photos 
	"likes":15,#likes per run to give
	"follow":0, #follow profiles per run
	"unfollow":0, #unfollow profiles per run
	"follow_profiles":["username1","username2"], #follow the followers of given profiles
	"wait_between_runs":2, #wait between two consecutive runs
	"watch_stories_minutes":5, #watch hasthags and progile stories in minutes
	"give_likes_when":0, #photo has to have also another one or more hashtags set in hashtag_list
	"api_key":"", # api token to authentificate
	"api_endpoint"="" # url where to send run statistics. you might need to change code for your own needs but you might want to implement two methods get and write

}
instabot.Client(config)

#enjoy the stonks

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

daboi-0.1.3.tar.gz (10.5 kB view hashes)

Uploaded Source

Built Distribution

daboi-0.1.3-py3-none-any.whl (9.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page