Singleplayer-linux/data/botdata/getnames.sh
2020-07-12 18:12:40 -05:00

4 lines
208 B
Bash
Executable file

for i in {6000..6500}
do
wget -O- "https://secure.runescape.com/m=hiscore_oldschool/overall.ws?table=0&page=$i" | grep user1= | sed 's/^.*user1=//'| sed 's/".*$//' | grep -v "Binary" >> botnames.txt
done