GithubHelp home page GithubHelp logo

meway24 / titodohelper Goto Github PK

View Code? Open in Web Editor NEW

This project forked from huangwenyan1225/titodohelper

0.0 0.0 0.0 522 KB

Android TikTok / Douyin helper app.

Home Page: https://www.mrklintscher.de

Java 100.00%

titodohelper's Introduction

TiToDoHelper

Android TikTok / Douyin helper app.

Example

import requests
import json

authkey = 'xxx'

# XOR

data = {}
data['authkey'] = authkey
data['data'] = "test"

endata = requests.post("http://192.168.2.100:8888/xor/en", data=json.dumps(data)).text
print(endata)

data = {}
data['authkey'] = authkey
data['data'] = endata

dedata = requests.post("http://192.168.2.100:8888/xor/de", data=json.dumps(data)).text
print(dedata)

# Applog

payload = "test"

data = {}
data['authkey'] = authkey
data['data'] = payload

endata = requests.post("http://192.168.2.100:8888/applog/en", data=json.dumps(data)).text
print(endata)

# Device

data = {}
data['authkey'] = authkey
data['phn'] = "+49xxxxxxx"
data['proxy'] = ""

response = requests.post("http://192.168.2.100:8888/device/register", data=json.dumps(data)).text
print(response)

# xLog

data = {}
data['id'] = str(action)
data['key'] = str(key)
data['authkey'] = authkey

data = json.dumps(data)

response = requests.post("http://192.168.2.100:8888/xlog/meta", data=data).text
print(response)

Services

  • Applog encryption
  • Xlog encryption and decryption
  • XOR encryption and decryption
  • Device register
  • Device otp
  • Url sign
  • X-Gorgon
  • X-Krohnos
  • Captcha solving
  • API (like, follow, unfollow, search, upload media, create room and many more endpoints)

Contact

If you are interested you can contact me: me [at] mrklintscher [dot] de

titodohelper's People

Contributors

torstenklement 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.