#LoqiNominatim (UI, documentation) is a piece of open source software and a hosted instance based on OpenStreetMap data for geocoding and reverse geocoding, for example deriving coordinates from a physical address or vice versa https://indieweb.org/Nominatim
#jgmac1106[gwg] I could ask our NYC sponsor, he is my brother-in-law. He showed me a demo where they tracked every single taxi in different parts of NYC at real time
#jgmac1106https://www.blursearch.com/ it is an open source search engine he is customizing for large real time map data. Have no idea what service goes for but maybe he could just let us sit on a box in the back office…well its just a one room headquarters now
bradenslen joined the channel
#GWGaaronpk, I may have to switch to something with an API key
#LoqiIt looks like we don't have a page for "MapQuest" yet. Would you like to create it? (Or just say "MapQuest is ____", a sentence describing the term)
#GWGtantek, I would have to write new code to use Google reverse geolocation
[dave], cweiske and [pfefferle] joined the channel
#ZegnatInteresting feedback on webmentions in logs. Though I wonder if there is a case to be made where you do not want private webmentions in your server logs.
#LoqiZegnat: [eddie] left you a message 1 day, 4 hours ago: yeah, Micropub post list query (q=source) is what MarsEdit needs. I’ve flagged the new developments for Daniel so he can provide feedback on anything missing he needs for it
#petermolnarrewrote my PASTA archiver based on official/semi official libraries (flickr_api, pytumblr, deviantart), now it's 20x slower, than the handcrafted one...
#petermolnaralthough now I generate an opml file for the silo follows I have
#Loqi[ping] instagram_private_api: A Python library to access Instagram's private API.
gRegorLove_, bradenslen, [jgmac1106] and [eddie] joined the channel
#[eddie]tantek Zegnat my thought is if someone wants to build a static site, most of the time it’s for simplicity of maintenance. I could be wrong but I don’t think many static site people would want to fool with scanning their server logs
#petermolnarI think it's much simpler/easier/even better to rely on things like webmention.io for this
#aaronpkThat tweet sounds like a misunderstanding of webmention
[Rose], [jgmac1106] and [pfefferle] joined the channel
#@aaronpk↩️ Static sites can already scan HTTP server logs for mentions. Webmention enables the sender to notify the receiver immediately instead of waiting for someone to click the link, and also enables static sites to offload receiving to an external service like https://webmention.io (twitter.com/_/status/1052185153160658945)
#sknebelI think their point was that if the mention Details where in the URL you could read the mentions out of the server log and could do all processing offline, later, without any dynamic code or service
#aaronpkargh I gotta fix images in the slack bridge
#[jgmac1106]Sorry, didn't want to try and retype error message
[Vincent] joined the channel
#[Vincent]This is how I am (about, just need some time to nix a few bugs and push up the code) to handle sending webmentions on my static site, if it helps!
#[Vincent]I build a custom JSON file when the website regenerates, which contains the last time the service was processed and an entry for each new article to post (containing source/destination).
#petermolnar[Vincent]: interesting approach; I ended up generating a file per outgoing webmention, similar to how incoming is handled, so no double-sends; btw webmention.io can trigger webhooks on incoming webmention with a nice payload of the webmention itself
#[jgmac1106]I added my Known site to Indigenous as well as my WP. Syndication to Twitter works on Known for the web but not through Indigenous..
#LoqiIndigenous is a set of native apps for iOS and Android currently in beta that supports posting your website using Micropub and a built-in reader that supports Microsub https://indieweb.org/Indigenous
#jeremycherfasI need to rename a bunch of folders from 01.a-few-words to a-few-words. I can find the first part ok with [\d\d\.] but I am not sure how to save all the rest, after the first target, to the end of the line, in order to do the replacement. Help, please.
[Rose] and sebsel joined the channel
#[Rose]I actually have a script which creates the XX. at the start of the name in the shell
#jeremycherfasI want to get rid of it, cluttering up my Grav pages.
#jeremycherfasI think it is something like $p I need, but so far trial and error is not helping me.
#Loqisnarfed: petermolnar left you a message 7 hours, 56 minutes ago: I know you don't like these things, because they are dangerous to use and can easily break, but this actually works: https://github.com/ping/instagram_private_api
#Loqi[swentel] So, I gave it a shot. I'm entirely not sure whether mention['href'] = target.get('attributedTo') is right, but I think the rest should be fine. Didn't want to create a pull request, because I couldn't even run it (at least, all the code in webmention...
#snarfedi'd love to get you back up and running. remind me where you're stuck right now?
#snarfed...at least, if you want to. we could also just run with this split, where you do the hard work to figure out what to send, and i blindly put that in the code :P
#swentelwell, figuring out is nice, I like doing that :)
#snarfedpetermolnar: hah. i'm glad they exist! i expect that one's "web api" is similar to granary's current scraping. the "app api" is scarier, since it needs the user's password. i hate to train users to give out passwords or cookies more broadly