Inquiry About Using External Libraries with 0CodeKit on Make.com

Dear Make.com Support,

I hope you are doing well. I have a question regarding the use of external Python libraries in 0CodeKit.

I am trying to run a Python script that requires the use of the Telethon library (a third-party library) to interact with Telegram’s API. However, I am uncertain whether 0CodeKit supports external libraries like Telethon, or if there is a way to install and use them within 0CodeKit.

Could you please provide guidance on how I can use Telethon (or any external libraries) in 0CodeKit? Additionally, if there are any restrictions or specific steps to follow, I would appreciate your advice.

Thank you for your time and assistance.

Best regards,

1 Like

Hey there,

you can host your python script on pythonanywhere and call it with an SSH module from a Make scenario. You can also configure a flask app and call it with an HTTP module if you want something more fancy. I think you can use pretty much every python library there.

1 Like

Welcome to the Make community!

I don’t have experience using 0CodeKit’s Python module, but I can assist if you are using the Dumpling AI “Run Python Code” module:

Run your python code and get the result back

For more information, see the official documentation at https://www.dumplingai.com/makedotcom, and also Make’s Dumpling AI documentation in the help center.

DumplingAI also does so much more than just running Python code, see also:

Hope this helps! Let me know if there are any further questions or issues.

@samliew

P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.

1 Like