Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
grayfox35937yWhat do you mean with "automatically"?
I mean, aren't you scrapping the data already? -
ODXT32837y@antorqs
Yes, let me explain. The data is in my phone, in an embedded database. However, that information changes every week or so. Therefore, I included a way for the app itself to get the data.
The loading is technically slower than a single page. But since I don't have to click through the site to see the info, it becomes technically faster. Then the info is in my phone and quickly available afterwards. -
grayfox35937y@ODXT Well maybe you can make the update process to be executed once a week or so, in the background
-
ODXT32837y@antorqs
That sounds like a good idea. I'll probably add it in the future. But for now I just want to be able to generically scrape the data from the other site.
http://elcinepr.com/now-showing1.ht...
Related Rants
Backstory:
The webpage for (basically) the only movie theater chain is slow. The app, goddamn, is worse.
So I made an app to scrape the data and save it in a SQLite db for my use. However, there is one theater which doesn't belong to the same company. So I decided to also include it in the app.
But it sucks! I still have to find a way to automatically get the data from their shitty site.
rant
scraping
xamarin
movies
app
theater