Skip to content

bisi-dev/InstaTweet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InstaTweet

A web app for tweeting Instagram Posts.

License: Apache-2.0

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


How to Start

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:

  1. Install all required packages.

    pip install requirements.txt
    
  2. 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>'
    
  3. Start your local flask server.

    python main.py
    
  4. Voila! View app in any browser at https://127.0.0.1:5000/


Feedback

I always appreciate feedback, so share your thoughts and suggestions with me: [email protected]

If you find any bugs or have feature suggestions, create a new issue or pull request 🙏

Thanks a lot! 💪

Ayodeji Olabisi – bisi.dev


License

Distributed under the Apache-2.0 license.

See LICENSE for more information.