
Security News
AGENTS.md Gains Traction as an Open Format for AI Coding Agents
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
Shoti API sends random beautiful, cute, and hot girl thirst-trap videos & images from TikTok.
Installing Shoti API is pretty straightforward, just type these commands on your fuck*ing terminal to install Shoti API Wrapper:
npm i shoti
Initialize Shoti API instance:
import Shoti from 'shoti';
/* Initialize with API key */
const shoti = new Shoti("YOUR-APIKEY"); //$shoti-xxxx
You can get your apikey here.
Getting videos on Shoti API is pretty basic 😎, just copy this codes:
const data = await shoti.getShoti({ type: "video" });
/* or dont specify config, by default shoti api returns videos */
const data = await shoti.getShoti();
/* Print the result */
console.log("Shoti Result:", data);
For getting Shoti API images:
const data = await shoti.getShoti({ type: 'image' });
/* Print the result */
console.log("Shoti Images Result:", data);
Shoti API response output:
{
"code": number,
"result": {
"content": string | Array[string,...], //If the type is video, this will be string, else it will be array of string's.
"duration": string,
"region": string, //ISO 3166-1
"title": string,
"type": "video" | "image",
"shoti_score": number,
"shoti_id": string,
"user": {
"signature": string,
"instagram": string,
"twitter": string,
"nickname": string,
"username": string
}
}
}
[!NOTE]
Adding data to Shoti API database isn't available to everyone, you should request to the API administrators to promote your apikey into admin type.
const sumakses = await shoti.newShoti({
url: "https://vt.tiktok.com/XxXxxxX"
});
console.log(sumakses);
This function let the user rate the quality of Shoti API output.
const rate = await shoti.rateShoti({
shoti_id: "xxxxxx-xxx-xxxx",
isNotMaasim: true /* true or false */
});
console.log(rate);
If you rate this as 'not maasim' the score of the shoti will be increased by one, please don't abuse this feature because you can rate it multiple times.
[!TIP] Honestly rating the Shoti will help our API to produce more quality Shoti videos and images.
This function lets you get the top 10 Shoti API users.
const topUsers = await shoti.getTop();
console.log(topUsers);
This project is licensed under the MIT License.
FAQs
Wrapper for Shoti API.
The npm package shoti receives a total of 57 weekly downloads. As such, shoti popularity was classified as not popular.
We found that shoti demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.