MrBruz / Minecraft-Server-Scanner

Let's you scan the entire internet in a couple of hours and identify all Minecraft servers on IPV4
168 stars 36 forks source link

General improvements to code (avoid unnecessary io operations in async environment + more features) #17

Open Occy88 opened 1 year ago

Occy88 commented 1 year ago

[ standards ] imports cleanup typing Pool to manage threads removed file operations in threaded environment general refactor added gitignore

[ features ] Loading bar with progress and estimated completion Opt-in for debug of unnecessary logs (failed connections) thread count as flag (defaults to 20) min player flag defaults to 0 (avoid servers with e.g. players < 2)

[Note] Thanks for doing this, it's a fun tool