https://github.com/tanmayvaij/insta_reel_uploader
Instagram (third party) reel uploading application made using flask, instagrapi, quasar
https://github.com/tanmayvaij/insta_reel_uploader
bot flask flask-api instagram instagrapi quasar-framework
Last synced: 4 months ago
JSON representation
Instagram (third party) reel uploading application made using flask, instagrapi, quasar
- Host: GitHub
- URL: https://github.com/tanmayvaij/insta_reel_uploader
- Owner: tanmayvaij
- Created: 2022-11-29T12:55:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-01T17:02:52.000Z (over 2 years ago)
- Last Synced: 2025-01-21T21:47:43.558Z (5 months ago)
- Topics: bot, flask, flask-api, instagram, instagrapi, quasar-framework
- Language: JavaScript
- Homepage:
- Size: 2.4 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# 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 )
```sh
python install -r requirements.txt
```> Step 2 - Install the required packages ( For linux/mac )
```sh
python3 install -r requirements.txt
```> Step 3 - Start the server ( windows )
```sh
python3 main.py
```> Step 3 - Start the server ( linux/mac )
```sh
python3 main.py
```
> Step 4 - Open a terminal in client folder
> Step 5 - Install all the dependencies
```sh
npm install
```> Step 6 - Install quasar cli ( if not exists )
```sh
npm install -g @quasar/cli
```> Step 7 - Start the Quasar server
```sh
quasar dev
```