Porting code from python into Xano

Options

I have commissioned a scraper that was implemented in Python, the problem is that I don't want to use it in my shell but from Xano, is that possible?

I'm attaching the code overhere

Answers

  • Guillaume Maison
    Guillaume Maison Member ✭✭
    Options

    Not directly in Xano, as it doesn't run Python scripts.
    But you can use pipedream or Heroku or any server less service that runs python script wrapped into an api and call the api from Xano.

  • Michael Udinski
    Michael Udinski Administrator

    ADMIN

    Options

    @Federico Somaschini our Enterprise plans have the ability to sidecar a Microservice via Docker but this is currently only available for Enterprise offerings.

  • Ray Deck
    Ray Deck Trusted Xano Expert ✭✭✭
    Options

    @Guillaume Maison has the right idea for hosting the code. Another alternative is to re-implement the methodology (as oppsoed to copying the code) using a no-code scraper like scrapingbee.com.

    EIther way, Xano is at its strongest as a router between these kinds of services rather than handling it internally.