Skip to content

Instantly share code, notes, and snippets.

View aarzaary's full-sized avatar

Ari Ardianto aarzaary

  • Yogyakarta (ID)
View GitHub Profile
@aarzaary
aarzaary / fetch-telegram.js
Last active February 19, 2024 19:52
Telegram with node-fetch
import fetch from 'node-fetch';
const token = ''
const chatid = ''
const boturl = `https://api.telegram.org/bot${token}/sendMessage`;
const SendTelegram = async (id, hash) => {
var message = {
chat_id: chatid,
link_preview_options: {is_disabled: true},
@aarzaary
aarzaary / windows_and_office_kms_setup.adoc
Created September 30, 2023 04:36 — forked from jerodg/windows_and_office_kms_setup.adoc
Activate Windows and Office Using KMS Server

Microsoft Windows and Office KMS Setup