Skip to content

Instagram (third party) reel uploading application made using flask, instagrapi, quasar

Notifications You must be signed in to change notification settings

tanmayvaij/insta_reel_uploader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instagram Reel Uploader App

Simple Application for uploading reels on your instagram account. Created using flask, quasar.


Instructions for starting the app

Step 1 - Open a terminal in api folder

Step 2 - Install the required packages ( For windows )

python install -r requirements.txt

Step 2 - Install the required packages ( For linux/mac )

python3 install -r requirements.txt

Step 3 - Start the server ( windows )

python3 main.py

Step 3 - Start the server ( linux/mac )

python3 main.py

Step 4 - Open a terminal in client folder

Step 5 - Install all the dependencies

npm install

Step 6 - Install quasar cli ( if not exists )

npm install -g @quasar/cli

Step 7 - Start the Quasar server

quasar dev

About

Instagram (third party) reel uploading application made using flask, instagrapi, quasar

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published