|
Re: API for FMS twitter feed
Quote:
Originally Posted by LukeS
I basically dump semi-parsed data to stdout so I can use simple UNIX utils to add it to the existing cache, via:
PHP Code:
shell_exec("echo '".$data."' | cat - cache_file.txt | sort | uniq > cache_file.txt");
|
interesting... you didn't feel like using PHP's built-in file system functions?
__________________
Student:
<04: FRC0213> <05-08: FRC1373>
Mentor:
<09-10: FRC0809> <11-12: FRC3555> <12-14: FRC0073> <15-??: FRC3181>
Volunteer:
<FTAA> <CSA> <Defense Coordinator> <Scorekeeper> <Robot Inspector> <Official Scorer>
2016 Tour:
CTWAT [DefCoord] > Pittsburgh[Mentor/DefCoord] > TVR[FTAA] > FLR[CSA] > NE DCMP[CSA] > CMP[CSA]
|