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
Release history Release notifications | RSS feed
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 details)
Built Distribution
daboi-0.1.3-py3-none-any.whl
(9.9 kB
view details)
File details
Details for the file daboi-0.1.3.tar.gz
.
File metadata
- Download URL: daboi-0.1.3.tar.gz
- Upload date:
- Size: 10.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.21.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 88b884117a4ea237936dfb7d75f64bd237bef32dfc01a74a954ac487c55aeee4 |
|
MD5 | 0815a1d3cca721056170fb858046db22 |
|
BLAKE2b-256 | 111891d507d405956cb78af431fc1eb142a2a73e75e5472b2b35d85b46ae12f0 |
File details
Details for the file daboi-0.1.3-py3-none-any.whl
.
File metadata
- Download URL: daboi-0.1.3-py3-none-any.whl
- Upload date:
- Size: 9.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.21.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 755a89df4b195cb2cc60a30d529e7f553b4194849d72b33da36167469fa459c5 |
|
MD5 | 98c2a7305b1bf5eed9fb95f822b7f094 |
|
BLAKE2b-256 | e3143261df8d8b4fd21db0eef3e8fffeffbbd6e00d9d159c19a36ac5685e2133 |