The old account generator, but... IT'S FASTER*!!! *not faster since I have yet to add proxies and the 3 other things that made the old acc gen good.
- Rust 100%
|
RealPacket
8cc36e8b4a
chore: add the runs I was using
can't use them because jetbrains best developers. I click the debug, run, or build button, and it just doesn't do anything... LOL! |
||
|---|---|---|
| .idea | chore: add the runs I was using | |
| .vscode | fix: it almost works... 😡 | |
| api_server | fix: we ball | |
| common | fix: life could be a dream | |
| config | fix: we ball | |
| crazy_games | fix: life could be a dream | |
| gen | fix: we ball | |
| miniblox | asd | |
| proxies | asd | |
| temp_mail | asd | |
| .editorconfig | refactor: use tabs instead of spaces | |
| .gitignore | fix: life could be a dream | |
| Cargo.toml | fix: life could be a dream | |
| ReadME.md | fix: we ball | |
| rustfmt.toml | refactor: use tabs instead of spaces | |
Miniblox-acc-gen
Now rewritten in Rust because the 500 other issues caused by me not writing good code, and if I did rewrite it in TS, I'd probably copy 50% of the current account gen into this one.
Progress
-
CrazyGames account creator
- 1:1 GraphQL replica (well, for what we need)
- (Optional) Email verifier (inside a separate thread for performance)
- (Optional) temp mail API wrapper (required for verification)
-
Miniblox account creator (depends on CrazyGames account creator)
- A different thread for generating CrazyGames accounts as it goes, since vector limited reuse to around 5 tokens.
- Handlers
-
API Server (depends on all accounts creators)
-
Account Generator (depends on all accounts creators)
-
Proxies (Miniblox's rate limiting feels like 10 seconds, which is annoying)