Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix missing go.sum entries #4

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
148 changes: 76 additions & 72 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,72 +1,76 @@
<div align="center">
<kbd style="box-shadow: 0 0 10px #fff;">
<a href="https://github.com/imvast/Webshare-Creator">
<img src="https://cdn.upload.systems/uploads/g0mVGVJt.png" alt="Logo" style="width: 110%; height: 110%;">
</a>
</kbd>

<h1 align="center">Webshare - Account Creator</h1>
<p align="center">
An account creator for the website webshare.io (<b> created by me </b>)
<br />
<br />
<a href="https://discord.gg/vast">💬 Discord</a>
·
<a href="https://github.com/imvast/Webshare-Creator#-changelog">📜 ChangeLog</a>
·
<a href="https://github.com/imvast/Webshare-Creator/issues">⚠️ Report Bug</a>
·
<a href="https://github.com/imvast/Webshare-Creator/issues">💡 Request Feature</a>
</p>
</div>

---


### ⚙️ Installation

- Requires: `Go 1.18+`
- Add your capsolver.com key to `main.go` *(line 21)*
- Start: `go run main.go`

---

### 🔥 Features

- Slick UI
- Automatic Captcha Solving
- Simple & Easy To Setup
- Proxyless
- Decent Speeds
- Saves To File

---

### 🚀 Milestones

- [ ] None

---

### ❗ Disclaimers

- I am not responsible for anything that may happen, such as, API Blocking, Account Termination, etc.
- This **may** slow down your wifi and/or host computer
- This was a quick project that was made for fun, so if you want to see further updates, star the repo & create an "issue" [here](https://github.com/imvast/Webshare-Creator/issues/new/choose)

---

### 📜 ChangeLog

```diff
v0.0.1 ⋮ 06/06/2023
! Initial release
```

---

<p align="center">
<img src="https://img.shields.io/github/license/imvast/Webshare-Creator.svg?style=for-the-badge&labelColor=black&color=f429ff&logo=IOTA"/>
<img src="https://img.shields.io/github/stars/imvast/Webshare-Creator.svg?style=for-the-badge&labelColor=black&color=f429ff&logo=IOTA"/>
<img src="https://img.shields.io/github/languages/top/imvast/Webshare-Creator.svg?style=for-the-badge&labelColor=black&color=f429ff&logo=go"/>
</p>
<div align="center">
<kbd style="box-shadow: 0 0 10px #fff;">
<a href="https://github.com/imvast/Webshare-Creator">
<img src="https://cdn.upload.systems/uploads/g0mVGVJt.png" alt="Logo" style="width: 110%; height: 110%;">
</a>
</kbd>

<h1 align="center">Webshare - Account Creator</h1>
<p align="center">
An account creator for the website webshare.io (<b> created by me </b>)
<br />
<br />
<a href="https://discord.gg/vast">💬 Discord</a>
·
<a href="https://github.com/imvast/Webshare-Creator#-changelog">📜 ChangeLog</a>
·
<a href="https://github.com/imvast/Webshare-Creator/issues">⚠️ Report Bug</a>
·
<a href="https://github.com/imvast/Webshare-Creator/issues">💡 Request Feature</a>
</p>
</div>

---


### ⚙️ Installation

- Requires: `Go 1.18+`
- Add your capsolver.com key to `main.go` *(line 21)*
- Requerments: `go mod download github.com/imvast/capsolver-go`
- Requerments: `go get github.com/rs/zerolog`
- Requerments: `go get github.com/rs/zerolog/log`
- Start: `go run main.go`


---

### 🔥 Features

- Slick UI
- Automatic Captcha Solving
- Simple & Easy To Setup
- Proxyless
- Decent Speeds
- Saves To File

---

### 🚀 Milestones

- [ ] None

---

### ❗ Disclaimers

- I am not responsible for anything that may happen, such as, API Blocking, Account Termination, etc.
- This **may** slow down your wifi and/or host computer
- This was a quick project that was made for fun, so if you want to see further updates, star the repo & create an "issue" [here](https://github.com/imvast/Webshare-Creator/issues/new/choose)

---

### 📜 ChangeLog

```diff
v0.0.1 ⋮ 06/06/2023
! Initial release
```

---

<p align="center">
<img src="https://img.shields.io/github/license/imvast/Webshare-Creator.svg?style=for-the-badge&labelColor=black&color=f429ff&logo=IOTA"/>
<img src="https://img.shields.io/github/stars/imvast/Webshare-Creator.svg?style=for-the-badge&labelColor=black&color=f429ff&logo=IOTA"/>
<img src="https://img.shields.io/github/languages/top/imvast/Webshare-Creator.svg?style=for-the-badge&labelColor=black&color=f429ff&logo=go"/>
</p>