- Convert text content to an image and publish it to instagram
- Post Scheduling
https://yudax.notion.site/bb7fd5992fc64f828b1c5cfaa4bbb5a6?v=d9b83e659c9347369961283bcae9846b
- Create a Notion integration from https://www.notion.so/my-integrations
- Invite your integration to the duplicated notion database
npm install
IG_USERNAME= /* Instagram username */
IG_PASSWORD= /* Instagram password */
NT_DB= /* Notion Database */
NT_SECRET= /* Notion Integration Secret */
TZ= /* Server Country Timezone */
INTERVAL= /* Interval to check new posts on Notion in seconds */
npm run start
After running the script, it should automatically check for new posts and publish to instagram if found.