So I have found some code on Github for an Instagram bot that automatically likes and follows and it works great when I run it through terminal on my MacBook. I am using a Mac btw. I want to be able to turn the code into an application that I can put on my website.
The link for the code is here: https://github.com/instabot-py/instabot.py
If there is a way to turn that into a usable application or even just an app where you can edit the example.py and press enter and it starts to run.
I have tried to use py2app but it wouldn't work for me. Thanks!