Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/batteredbunny/brickhill-friend-bot-rust
- Owner: BatteredBunny
- License: gpl-3.0
- Created: 2020-08-25T14:50:06.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-01-07T03:19:48.000Z (10 months ago)
- Last Synced: 2024-01-08T02:10:02.886Z (10 months ago)
- Topics: bot, brick-hil, brickhill, rust
- Language: Rust
- Homepage:
- Size: 71.3 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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?
-
Download chromedriver. Make sure its same version as the chrome installed on your device, you can find your chrome version from chrome://version/ - Open and make sure chromedriver is running on port 9515 (Default port)
- 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
```