1.0.1 • Published 2 years ago
kitkot v1.0.1
📘 For more examples please check the examples folder here, documentation can also be found here
const KitKot = require('kitkot');
const kitkot = new KitKot({
api_key: "my-api-key",
});
(async() => {
const user_ids = await kitkot.user.get_user_ids({
id: "tiktok"
})
const user = await kitkot.user.get_user({
sec_user_id: user_ids.sec_user_id
})
console.log(user)
})();
- Follow Users
- Like Videos
- Post Comments
- Scrape Information (User, Video, etc)
- Join lives & talk/fetch live messages