Skip to content

happyincent/ig-upload

Repository files navigation

ig-upload

Introduction

Upload photos with caption e.g., #20200913 #Taipei (Pixel 3a XL) to Instagram in one click.

  • Take image metadata as Feed Caption (exifreader)
  • Reverse Latitude and Longitude into City name with OpenStreetMap (Nominatim API)
  • Crop image if width < height in a 4:5 aspect ratio (sharp)
  • Upload photos to Instagram Feed (insta-fetcher)

Prerequisite

npm install

Usage

1. Add .env into ./.env

cookie=

# Debug Only
csrftoken=
claim=

2. Put photos into ./img/xxx.jpg

3. Run and check ./process.log

npm start

About

Upload photos to Instagram in one click.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published