tanmayvaij / insta_reel_uploader

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:JavaScript 68.6%Language:Vue 17.2%Language:Python 5.1%Language:HTML 5.0%Language:SCSS 4.1%