Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

[
"allterrohuntcoop_hard_bestscore",
"allterrohuntcoop_normal_bestscore",
"allterrohuntcoop_realistic_bestscore",
"allterrohuntsolo_hard_bestscore",
"allterrohuntsolo_normal_bestscore",
"allterrohuntsolo_realistic_bestscore",
"casualpvp_death",
"casualpvp_kdratio",
const got = require('@/utils/got');
const cheerio = require('cheerio');
module.exports = async (ctx) => {
const tag = ctx.params.tag;
const response = await got({
method: 'get',
url: `https://www.instagram.com/explore/tags/${tag}/`,
headers: {
const got = require('@/utils/got');
module.exports = async (ctx) => {
const id = ctx.params.id;
const response = await got({
method: 'get',
url: `https://www.instagram.com/${id}/`,
headers: {
Referer: `https://www.instagram.com/${id}/`,