With new League of Legends changes you can not see the names of your teammates before the match begins.
This simple python script doing some http magic to aquire teammates' Riot ID which 99% of the time equals to the ingame name unless player changed it manually.
Also generates op.gg + porofessor.gg links to check their profiles.
Requirements:
- Python 3.9+ (64 bit)
- Colorama (pip)
- Requests (pip)

