This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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}/`, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
"allterrohuntcoop_hard_bestscore", | |
"allterrohuntcoop_normal_bestscore", | |
"allterrohuntcoop_realistic_bestscore", | |
"allterrohuntsolo_hard_bestscore", | |
"allterrohuntsolo_normal_bestscore", | |
"allterrohuntsolo_realistic_bestscore", | |
"casualpvp_death", | |
"casualpvp_kdratio", |