Some questions from a guy who is new at Pipedream

Several days ago I recevied an email from Pipedream for inviting me to join it because I have written some popular(download 1K+ in pypi) python software. As a student majoring in AI, I learned less about front end. So could someone please tell me how I can contribute to Pipedream with the software I developed? In other word, I hope my software package can be upoloaded to Pipedream so it can help more people who are interested in some area such as deep learning, graph neural network, anomaly detection, etc. (I am a college student from China so my English is not so well…)

Hi @Kaslanarian

First off, welcome to the Pipedream community. Happy to have you!

Absolutely, happy to help! Our component registry is open source and it’s open to contributions.

You can find the public repository here: GitHub - PipedreamHQ/pipedream: Connect APIs, remarkably fast. Free for developers.

And you can learn how to build and publish your own components here: Overview

We don’t have Python support for reusable actions yet, but if you decide to build your own service for using your models, you can build a Node.js component that interacts with your service.

I hope this helps!