Skip to content

Instantly share code, notes, and snippets.

View LonelyFantasy's full-sized avatar
💭
🐸

LonelyFantasy

💭
🐸
  • Guilin University Of Electronic Technology
  • Nanning
View GitHub Profile
@LonelyFantasy
LonelyFantasy / shanbay_remember.js
Created December 1, 2020 05:35 — forked from yihong0618/shanbay_remember.js
扇贝加密破解自动发送今日新词到 telegram
const https = require("https");
const token = ""; // change this to you telegram bot token!
const chatId = ""; // change this to your telegram chat id!
const cookie = ""; // change this to your shanbay cookie!
const PATH_API = (page) =>
`/wordsapp/user_material_books/blozps/learning/words/today_learning_items?ipp=10&page=${page}&type_of=NEW`;
const options = {