Metadata-Version: 2.1
Name: daboi
Version: 0.0.2
Summary: Selenium instagram automation.
Home-page: https://github.com/msgent/daboi
Author: Marcel Szimonisz
Author-email: marcel.simik@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: selenium (>=3.141.0)

# Daboi Package

This is an instagram automation with selenium. 

## Prerequisities

* selenium
* chromedriver

## Features

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

## Install


```python
pip3 install daboi
```

## Run


```python
from daboi import instabot

config = {
	"user":"username",
	"password":"password",

}
instabot.Client(config)

#enjoy the stonks
```



