Skip to content

Project which takes in TikTok url, removes watermark from that video and uploads it to Instagram in reel format through Instagram Graph API

Notifications You must be signed in to change notification settings

devJUKI/tiktok-to-instagram-uploader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Request:

me/accounts

Response:

"data": [
    {
      "access_token": "YYYYYYYYYY",
      "category": "Prekyba ir pramonė",
      "category_list": [
        {
          "id": "YYYYYYYYYY",
          "name": "Prekyba ir pramonė"
        }
      ],
      "name": "YYYYYYYYYY",
      "id": "XXXXXXXXXXX",
      "tasks": [
        "ADVERTISE",
        "ANALYZE",
        "CREATE_CONTENT",
        "MESSAGING",
        "MODERATE",
        "MANAGE"
      ]
    }
  ]

Get second id ("id": "XXXXXXXXXXX")

Use that id in this request:

XXXXXXXXXXX?fields=instagram_business_account

Response:

{
  "instagram_business_account": {
    "id": "XXXXXXXXXXX"
  },
  "id": "YYYYYYYYYY"
}

We get first (nested) id ("id": "XXXXXXXXXXX") <- Instagram account id

Accounts are limited to 25 API-published posts within a 24 hour period. Carousels count as a single post.

About

Project which takes in TikTok url, removes watermark from that video and uploads it to Instagram in reel format through Instagram Graph API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages