Tommie Hansen
Tommie Hansen
Have been adding stuff; it's mostly just a rewrite/cleanup of the already working code and some actual folder structure(s) etc: https://github.com/tommiehansen/SwedishPolls The additions only reside within the folder `/SwedishPolls/External/` Currently...
The data already gets parsed? The result resides within `External/Data/`. If one want to parse the parsed data just load the .csv or .sqlite and do stuff? It's as hard/easy...
Everything in the root of `External/PHP` are fetchers/parsers? See the README.md under: https://github.com/tommiehansen/SwedishPolls/tree/master/External/PHP Your question seem to be "How do i run PHP"? Since PHP is the most popular dynamic...
Yeah, ok. Just google for `bash apache php 7` and if under win10 google `bash apache php 7 windows 10`. It's pretty straight forward to get up and running. Btw...
I'm reworking how the 'merge' -thing works to better standardize things. The other stuff got too abstract and thus it got harder to modify etc. One problem that will exist...
Yes and great. :) The current merging and conversion got slightly more usable during the night. Now they take a a bounch of arguments meaning that one can convert Polls...
Please let me know if you need any help with anything PHP @ cmdline. What host OS are you running? PHP should be able to run everything without needing an...
Oh -- ok. Got it running? I just updated the scripts with more terminal friendly status commands, better handling of arguments for merge.php etc. Now it's mostly cleanup and maybe...
The simple bash script you're referring to already exists as `automate.sh` under `External/PHP/` Setting up a scheduler to perform A, B or C is something different though. Travis is for...
Yeah, i figured since the data isn't added programatically and thus needs checking since any data added could be in any shape or form. Especially since a 0.15% difference is...