Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jakub-stastny/instagram-scheduler
https://github.com/jakub-stastny/instagram-scheduler
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jakub-stastny/instagram-scheduler
- Owner: jakub-stastny
- Created: 2024-07-30T19:57:56.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-07-30T22:53:47.000Z (5 months ago)
- Last Synced: 2024-07-31T02:24:42.036Z (5 months ago)
- Language: Clojure
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
* About
IG scheduler that retrieves the first picture in a drop box directory on Google Drive (or possibly Dropbox) and uploads it to Instagram.
It's meant to run with cron from Tuesday to Sunday at 9 AM:
#+begin_src cron
0 9 * * 2-7 /path/to/my-script.sh
#+end_src** Instagram API limitations
- JPEG is the only image format supported.
- Images must be passed as public URLs.* Run
#+begin_src sh
export IG_ACCESS_TOKEN=""
export IG_ACCOUNT_ID=""clojure -M:run "https://drive.usercontent.google.com/download?id=1q5KFq5ZhK4HYaI_KeiRgo_9_JBD7VBNQ&export=download"
#+end_src* Links
- [[https://developers.facebook.com/apps/1216719566444718/instagram-business/API-Setup/][The app]] on FB dev portal.