InstaTweet is a web app built with Python/Flask that enables users to create tweets directly from Instagram posts.
>> LIVE WEB APP: HEROKU
>> LIVE WEB APP: IBM CLOUD
· How to Start· Feedback· License
Pre-Requisites: Python 3.0+
After Forking/Cloning, you can get up and running in just a few minutes. From the project's root folder:
-
Install all required packages.
pip install requirements.txt
-
Rename configuration file from ".env example" to ".env" and include required settings
USERNAME='<INSTAGRAM USERNAME>' PASSWORD='<INSTAGRAM PASSWORD>' CONSUMER_TOKEN='<TWITTER API TOKEN>' CONSUMER_SECRET='<TWITTER API SECRET>'
-
Start your local flask server.
python main.py
-
Voila! View app in any browser at http://127.0.0.1:5000/
I always appreciate feedback, so share your thoughts and suggestions with me: mail@bisi.dev
If you find any bugs or have feature suggestions, create a new issue or pull request 🙏
Thanks a lot! 💪
Ayodeji Olabisi – bisi.dev
Distributed under the Apache-2.0 license.
See LICENSE
for more information.