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.
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.