Automate photo publishing to Instagram: instagram-poster publishes not yet published photos not older than one-year-old from a specified folder.
- Create a config file,
~/.instagram-posterrc.json
:
{
"photos": "~/folder/with/your/photos"
}
-
Add already published photos to
data/published.json
. -
Install dependencies:
npm install
- Run:
bin/instagram-poster.js
Artem Sapegin and contributors.
Based on instagram-poster.
MIT License, see the included License.md file.