Skip to content

banghasan/Telegram-GAS-Library-Generator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Telegram-Library-Generator

Membuat Source Library Telegram Secara Otomatis untuk Google Apps Script

Generate Telegram Library Source, Based From Scrapping Url Docs https://core.telegram.org/bots/api

Hasil dapat dilihat pada example.js yang dapat diletakkan di Google Apps Script.

Localhost

Karena saya suka dengan command line, maka:

php -S 0.0.0.0:8080 libgram.php

kemudian diakses di browser:

http://localhost:8080/libgram.php?source=javascript

Perubahan

  • penyesuaian API lama dengan tg.request
  • support request metode form
  • support blob
  • membuang komentar per paramater

Resource

Script penyesuaian Telegram-Library-Generator

About

Membuat Source Library Telegram Secara Otomatis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 74.6%
  • PHP 25.4%