Simple instagram photo downloader that just works!
Use git to clone repo
git clone https://github.com/MaciejWiatr/IGDownloader
Install dependencies
npm install
pipenv install // or pip -r install requirements.txt
Run development server 🖨
npm run dev-server
Build project 👷♂️
npm run build
Run python server 🐍
python3 app.py
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.