Run Python Code
Hi, I'm using make.com with 0CodeKit to run my Python code.
Is there an option to run Python code in Buildship? The ai was not able to help me ..
8 Replies
AI Support Bot Information
<@534898177908670474> you can react on the relevant answer (message) with a ✅ in this thread when you think it has been solved, by the bot or by a human!
Anyone can react on this message with a ❌ if the GPT bot is unhelpful or hallucinating answers.
Please note: Team members will review and answer the questions on best efforts basis.
AI support was not helpful
@metin54 currently you can run and compile only JavaScript code
makes the tool useless for me. Thanks for the quick reply!
You can convert python to js with AI. What's your usecase, I'd you could please share?
my first step is running a scraper using the libraries
import sys
from urllib.request import Request, urlopen
from html.parser import HTMLParser
from typing import List, Dict
not sure if this will work properly after converting to js ...
how about adding a 0CodeKit integration to have at least a third party solution for now?
just tried that. It's not working as on js I need to install dependencies to run a scraper properly. I can skip that with python.
You can use these available Scrapping nodes from buildship instead https://youtu.be/OJZzwcgjKW8?feature=shared
BuildShip
YouTube
Powerful Web Scraping - Scalable, Multiple Page Crawling API for LL...
Learn how to build powerful and scaleable Web Scraping for your LLM Apps and AI Workflows with scalable API. Supports Static and Dynamic Pages, Crawler for multiple pages and AI LLM based extractor. using BuildShip - a low-code Visual Backend builder with full flexibility.
Try on Live Playground: https://llm-web-crawler.vercel.app/
Remix links ...
Will try it out. Thanks!
This is not working unfortunately for my needs.
I need to open a page e.g. https://www.producthunt.com/
open the next 20 sub pages (in this example case products)
and scrape the body of the 20 pages