-
-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
62 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,58 @@ | ||
go-instadm | ||
<h1 align="center">go-instadm : (WIP) Golang smart bot for Instagram DM</h1> | ||
|
||
<p align="center"> | ||
<a href="https://github.com/hbollon/go-instadm/blob/master/LICENSE.md" target="_blank"> | ||
<img alt="License: MIT" src="https://img.shields.io/badge/License-MIT-yellow.svg" /> | ||
</a> | ||
</p> | ||
|
||
<p align="center">⚡ Powerful, customizable and easy to use Instagram dm bot. CLI and GUI interface! Using Selenium webdriver and Yaml configuration files.</p> | ||
|
||
--- | ||
|
||
> Disclaimer: This is a research project. I am in no way responsible for the use you made of this tool. In addition, I am not responsible for any sanctions and/or limitations imposed on your account after using this bot. | ||
--- | ||
|
||
## Table of Contents | ||
|
||
- [Requirements](#requirements) | ||
- [Features](#features) | ||
- [Installation](#installation) | ||
- [Author](#author) | ||
- [Contributing](#-contributing) | ||
- [License](#-license) | ||
|
||
|
||
--- | ||
|
||
## Requirements | ||
- [Go](https://golang.org/doc/install) (v1.13+) | ||
|
||
## Features | ||
|
||
**Check this [Project](https://github.com/hbollon/go-instadm/projects/1) to see all planned features for this tool! Feel free to suggest additional features to implement! 🥳** | ||
|
||
## Installation | ||
|
||
**Comming soon** | ||
|
||
## Author | ||
|
||
👤 **Hugo Bollon** | ||
|
||
* Github: [@hbollon](https://github.com/hbollon) | ||
* LinkedIn: [@Hugo Bollon](https://www.linkedin.com/in/hugobollon/) | ||
* Portfolio: [hugobollon.me](https://www.hugobollon.me) | ||
|
||
## 🤝 Contributing | ||
|
||
Contributions, issues and feature requests are welcome!<br />Feel free to check [issues page](https://github.com/hbollon/go-instadm/issues). | ||
|
||
## Show your support | ||
|
||
Give a ⭐️ if this project helped you! | ||
|
||
## 📝 License | ||
|
||
This project is under [MIT](https://github.com/hbollon/go-instadm/blob/master/LICENSE.md) license. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
module github.com/hbollon/go-instadm | ||
|
||
go 1.15 |