https://github.com/ue2020/arras-helper
Crate for interfacing with arras.io
https://github.com/ue2020/arras-helper
arras protocol rust websocket
Last synced: 3 months ago
JSON representation
Crate for interfacing with arras.io
- Host: GitHub
- URL: https://github.com/ue2020/arras-helper
- Owner: UE2020
- License: gpl-3.0
- Created: 2021-04-12T15:16:46.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-13T14:09:25.000Z (about 4 years ago)
- Last Synced: 2024-12-27T03:20:20.390Z (5 months ago)
- Topics: arras, protocol, rust, websocket
- Language: Rust
- Homepage:
- Size: 42 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# arras-helper
Crate for interacting with arras.ioNot complete
## fasttalk
`src/fasttalk.rs` contains a Rust implementation of arras.io's fasttalk. I use an enum called `Block` to handle the dynamic nature of fasttalk. It's possible to cast a block into `f64` and `std::String`. Please note that the cast will panic if the type is incorrect. It is possible to check a cast beforehand using `is_type`.
## captcha
`src/captcha.rs` is used to obtain spawn captchas. It is expected that you have a webdriver server running on port 4444.