dwim 0.1 ridequat delayed
Dec. 6th, 2021 01:36 am![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
It worked in development, but it doesn't work on the device. I know what the problem is. I'll release when I've fixed it :)
The back end will have to work by scraping, for now. If it's properly modular, we can replace it if-and-when a usable API comes along. We should use scraping for everything and not a hybrid of scraping and teh old API: a new API would use a different protocol from the old one, so we don't gain much by using the old one in the meantime.
There is a port of Beautiful Soup to Java, which will make the parsing much easier.