Skip to content

Instantly share code, notes, and snippets.

View blogcoininformation's full-sized avatar

Fahrizal blogcoininformation

View GitHub Profile
@blogcoininformation
blogcoininformation / Keybase
Created December 1, 2019 07:53
File keybase
### Keybase proof
I hereby claim:
* I am blogcoininformation on github.
* I am fahrizal (https://keybase.io/fahrizal) on keybase.
* I have a public key ASCkF7Kd4E9Z2463fOvCNNj8CE0_N8O1aAdjYyQ0ObQ7_Qo
To claim this, I am signing this object:
### Keybase proof
I hereby claim:
* I am blogcoininformation on github.
* I am fahrizal (https://keybase.io/fahrizal) on keybase.
* I have a public key whose fingerprint is 27EA BC5E B516 C004 32DB 5111 F7E4 F9E8 86CB BC0F
To claim this, I am signing this object:
@blogcoininformation
blogcoininformation / token_blogcoinsupport_bot
Created December 9, 2018 05:04
token_blogcoinsupport_bot
module['exports'] = function blogcoinsupportbot(hook) { // impor modul request var request = require('request'); // buat atau kirim request ke bot telegram request.post('https://api.telegram.org/bot' + hook.env.token_blogcoinsupport_bot + '/sendMessage') .form({ 'chat_id': hook.params.message.chat.id, 'text': 'Anda mengirim: ' + hook.params.message.text }); }
{ "chat_id": hook.params.message.chat.id, "text": "1 BlogCoin
0.0361196 Waves
0,795 IDR
0,05USD
BlogCoin/Waves
Buy : 0.0361196
@blogcoininformation
blogcoininformation / BlogCoinAirDrop_bot
Created December 7, 2018 20:41
this is a project promotion service company that needs our services
<?php
//masukan nomor token Anda di sini
define('TOKEN','571187556:AAEofnNfkcgrtKps66tq4GyO2TUluhhhc7s');
//Fungsi untuk Penyederhanaan kirim perintah dari URI API Telegram
function BotKirim($perintah){
return 'https://api.telegram.org/bot'.TOKEN.'/'.$perintah;
}
/* Fungsi untuk mengirim "perintah" ke Telegram