metin54
metin544w ago

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
AI Support4w ago
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.
metin54
metin544w ago
AI support was not helpful
Gaurav Chadha
Gaurav Chadha4w ago
@metin54 currently you can run and compile only JavaScript code
metin54
metin544w ago
makes the tool useless for me. Thanks for the quick reply!
Gaurav Chadha
Gaurav Chadha4w ago
You can convert python to js with AI. What's your usecase, I'd you could please share?
metin54
metin544w ago
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.
Gaurav Chadha
Gaurav Chadha4w ago
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 ...
metin54
metin544w ago
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