Giter Site home page Giter Site logo

how to use about signtok HOT 4 CLOSED

pablouser1 avatar pablouser1 commented on June 16, 2024
how to use

from signtok.

Comments (4)

pablouser1 avatar pablouser1 commented on June 16, 2024 1

Hi,

  1. That url is not correct. You have to use https://signtok.vercel.app/api/signature (vercel requires that /api for the serverless functions)
  2. You have to send a 'data' parameter for the POST payload
  3. You don't need to send a custom user-agent, the program will handle that for you.

So, fixing those issues your code should look like this:

import requests

data = 'tiktok_url'

u = "https://signtok.vercel.app/api/signature"

r = requests.post(u, data=data)
print(r.json())

I'll write some documentation for usage

is this working with the new tiktok api?

Yes, at least for now it can generate valid _signature and x-tt-params

is there any demo at Heroku or similar?

I had one on Heroku but I ended up moving it to Vercel because it would exceed my cuota, but I'm planning to make an app.json to make hosting an instance easier.

from signtok.

lazezo2 avatar lazezo2 commented on June 16, 2024

You are the star, that's working very well, thank you very much

from signtok.

gaplan avatar gaplan commented on June 16, 2024

Hi There,
How can we post the data to tiktok ?
any sample with Python ?
Thank you.

from signtok.

zakrian07 avatar zakrian07 commented on June 16, 2024

when we got signed url this is not giving us data any help ?

from signtok.

Related Issues (9)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.