Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/batteredbunny/brickhill-friend-bot-rust

Bot that friends people on brick-hill.com
https://github.com/batteredbunny/brickhill-friend-bot-rust

bot brick-hil brickhill rust

Last synced: 21 days ago
JSON representation

Bot that friends people on brick-hill.com

Awesome Lists containing this project

README

        

Brickhill friend bot


So what does it do?



  • Goes through user ids incrementally

  • If it reaches an account that hasn't been created yet it will wait until it is created.

  • Stores users it has friended in users.json

How to setup?




  1. Download chromedriver. Make sure its same version as the chrome installed on your device, you can find your chrome version from chrome://version/

  2. Open and make sure chromedriver is running on port 9515 (Default port)

  3. Run this program

Usage

```
Usage: brickhill_friend_bot [OPTIONS] --username --password

Options:
--start-id
User ID to start from [default: 364614]
-u, --username
Login username
-p, --password
Login password
--error-wait-time
Wait time after error [default: 5000]
--chromedriver-port
Chromedriver port [default: 9515]
--discord-webhook-url
Discord webhook to send updates to
--wait-min
Minimum amount of time to wait between tries [default: 1000]
--wait-max
Max amount of time to wait between tries [default: 3000]
-f, --file
[default: users.json]
-h, --help
Print help
-V, --version
Print version
```