Checks a list of players to see if they are banned from the Minecraft server, 2b2t.org
- Install Python3 if you don't already have it
- I think everything should installed, but if you get an error saying can't find something (in this example requests) do:
pip3 install requests
- Get some usernames and put them into username.txt, each on a seperate line
- Open a terminal in the folder and type
python3 main.py
- Should take a few seconds to finish checking every name thanks to asyncio and aiohttp!
you can also enable output ban/unbanlist in main.py