Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anisjonischkeit/instacronjs
Cron to automatically post and caption photos from Dropbox to Instagram. Deployed on AWS using Terraform.
https://github.com/anisjonischkeit/instacronjs
aws aws-lambda dropbox-v2 lambda node-js quotable-api serverless terraform
Last synced: 2 months ago
JSON representation
Cron to automatically post and caption photos from Dropbox to Instagram. Deployed on AWS using Terraform.
- Host: GitHub
- URL: https://github.com/anisjonischkeit/instacronjs
- Owner: anisjonischkeit
- Created: 2021-07-29T13:19:36.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-08-12T02:48:41.000Z (over 3 years ago)
- Last Synced: 2023-03-07T15:18:34.673Z (almost 2 years ago)
- Topics: aws, aws-lambda, dropbox-v2, lambda, node-js, quotable-api, serverless, terraform
- Language: JavaScript
- Homepage:
- Size: 23.4 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# InstacronJS
This project started with just terraforming https://github.com/basnijholt/instacron but this gave a few issues. After reducing the file size of the package so lambda would accept it I learned about how embeded filesystem use is to the implementation. Since there is no filesystem in AWS lambda this proved to be a blocker. Re-implementing instacron with an instagram library that doesn't depend on a file system proved to be the simplest solution.
## New features
Instacron now has the following new features:
- It reads from a dropbox account and keeps track of the uploaded files
- It can be deployed to run routinely on aws lambda using terraform## Deploying
```
npm install
npm run package
terraform init
terraform apply
```