logoalt Hacker News

olivia-banksyesterday at 11:52 PM1 replyview on HN

I really enjoy this as a concept! I run a service for away-ordering food from vendors at my University, and I need to do a lot of web-scraping to facilitate this. The code example on the website looks a lot cleaner than any of my BS4 code...! Even with the minimal primitives implemented, this seems useful.

Most of my webscraping code is in Python, do you have plans to implement bindings to other languages?


Replies

zachperkitnytoday at 12:05 AM

I'm glad you like the project!

You know that's an interesting idea, NodeJS does support WASM. Compiling Python to WASM is possible. I could add custom actions for importing and executing external code. We'll see, it's given me something to think about!