Skip to content

Commit

Permalink
Init go module & Readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
hbollon committed Nov 12, 2020
1 parent ce814b9 commit b2734b4
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

The MIT License (MIT)

Copyright (c) 2020 Hugo
Copyright (c) 2020 Hugo Bollon

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
59 changes: 58 additions & 1 deletion README.md
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.
3 changes: 3 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module github.com/hbollon/go-instadm

go 1.15

0 comments on commit b2734b4

Please sign in to comment.