GithubHelp home page GithubHelp logo

lokixue / tikscraperphp Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pablouser1/tikscraperphp

0.0 0.0 0.0 171 KB

Wrapper for TikTok API

Home Page: https://packagist.org/packages/pablouser1/tikscraper

License: MIT License

PHP 100.00%

tikscraperphp's Introduction

TikWrapperPHP

A Wrapper for the TikTok API made with PHP

How to Use

$api = new \TikScraper\Api([
    'signer_url' => 'URL_HERE', # Defaults to http://localhost:8080/signature
    'user_agent' => 'YOUR_CUSTOM_USER_AGENT_HERE',
    'proxy' => [
        'host' => 'EXAMPLE_HOST',
        'port' => 8080,
        'user' => 'EXAMPLE_USER',
        'password' => 'EXAMPLE_PASSWORD'
    ]
], $cacheEngine);

$hashtag_feed = $api->getHashtagFeed();
echo $hashtag_feed->ToJSON(true);

Signatures

TikTok uses a signature system to validate some requests, this library gets those signatures using a third party signer. I personally use this one and I highly recommend it.

TODO

  • Search

Credits

HUGE thanks to the following projects, this wouldn't be possible without their help

tikscraperphp's People

Contributors

pablouser1 avatar

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.