Skip to content

Instantly share code, notes, and snippets.

View xyxc0673's full-sized avatar
👋
Looking for awesome job

xyxc0673

👋
Looking for awesome job
View GitHub Profile
const axios = require("axios");
const cheerio = require("cheerio");
const headers = {
Origin: "https://www.v2ex.com",
Referer: "https://www.v2ex.com/signin",
Host: "www.v2ex.com",
'Content-Type': 'application/x-www-form-urlencoded',
};