Richo the Dino
Member
heyas!
So i've had this idea for a breakfast script - logs in, checks what pieces of hobo loot have already dropped, and prints it out in the GUI window of mafia.
partly this is because i continually forget to see what's dropped and put in a request with my clan, and partly because i want to learn a bit more about parsing urls
A rough flow, I imagine:
visit_url(clan_hobopolis.php);
If the phrase "undistributed loot" is on the page, read everything below it, and print it out, line by line.
The rest of what I want, i can do myself (ie, compare against an array of "wanted loot" and make those ones show up in red in the breakfast script.). I will happily post the completed thing here, if someone would like to help me get started...
Thanks!
RtD
So i've had this idea for a breakfast script - logs in, checks what pieces of hobo loot have already dropped, and prints it out in the GUI window of mafia.
partly this is because i continually forget to see what's dropped and put in a request with my clan, and partly because i want to learn a bit more about parsing urls

A rough flow, I imagine:
visit_url(clan_hobopolis.php);
If the phrase "undistributed loot" is on the page, read everything below it, and print it out, line by line.
The rest of what I want, i can do myself (ie, compare against an array of "wanted loot" and make those ones show up in red in the breakfast script.). I will happily post the completed thing here, if someone would like to help me get started...
Thanks!
RtD