https://github.com/sapegin/instagram-poster
Script to post photos to Instagram
https://github.com/sapegin/instagram-poster
Last synced: 3 months ago
JSON representation
Script to post photos to Instagram
- Host: GitHub
- URL: https://github.com/sapegin/instagram-poster
- Owner: sapegin
- Created: 2020-12-27T06:23:34.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-11-10T12:16:23.000Z (about 3 years ago)
- Last Synced: 2025-02-01T08:03:28.602Z (12 months ago)
- Language: JavaScript
- Size: 340 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# instagram-poster
Automate photo publishing to Instagram: instagram-poster publishes not yet published photos not older than one-year-old from a specified folder.
## Usage
1. Create a config file, `~/.instagram-posterrc.json`:
```json
{
"photos": "~/folder/with/your/photos"
}
```
2. Add already published photos to `data/published.json`.
3. Install dependencies:
```
npm install
```
4. Run:
```
bin/instagram-poster.js
```
## Authors and license
[Artem Sapegin](https://sapegin.me) and [contributors](https://github.com/sapegin/instagram-poster/graphs/contributors).
Based on [instagram-poster](https://github.com/jamesgrams/instagram-poster).
MIT License, see the included [License.md](License.md) file.