-
Notifications
You must be signed in to change notification settings - Fork 275
Expand file tree
/
Copy pathgitclone.js
More file actions
29 lines (29 loc) · 1.36 KB
/
gitclone.js
File metadata and controls
29 lines (29 loc) · 1.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
const {
zokou
} = require("../framework/zokou");
zokou({
'nomCom': 'github',
'reaction': '📃',
'categorie': "Search"
},
async (_0x52e003, _0x14d9f6, _0x5f1e4d) => {
const _0x3c7f3f = _0x4f7595.join(" ");
if (!_0x3c7f3f) {
return _0x3b1d82("Give me a valid github username like: " + _0x4fdb82 + "github ibrahimaitech");
}
const _0x5d3fd3 = await fetch("https://api.github.com/users/" + _0x3c7f3f);
const _0x546dd2 = await _0x5d3fd3.json();
const _0x5892a1 = _0x546dd2.id;
const _0x9d02ae = _0x546dd2.name;
const _0x406595 = _0x546dd2.login;
const _0x3a4d0f = _0x546dd2.bio;
const _0x34623f = _0x546dd2.company;
const _0x5b8e0e = _0x546dd2.location;
const _0x24d738 = _0x546dd2.email;
const _0x3a22e7 = _0x546dd2.blog;
const _0x170599 = _0x546dd2.repos_url;
const _0x1ada1e = _0x546dd2.gists_url;
const _0x1f7a0c = _0x546dd2.followers;
const _0x86d2d1 = _0x546dd2.following;
await _0x3b1d82("\n °GITHUB USER INFO°\n \n🚩 Id : " + _0x5892a1 + "\n🔖 Name : " + _0x9d02ae + "\n🔖 Username : " + _0x406595 + "\n✨ Bio : " + _0x3a4d0f + "\n🏢 Company : " + _0x34623f + "\n📍 Location : " + _0x5b8e0e + "\n📧 Email : " + _0x24d738 + "\n📰 Blog : " + _0x3a22e7 + "\n🔓 Public Repo : " + _0x170599 + "\n🔐 Public Gists : " + _0x1ada1e + "\n👪 Followers : " + _0x1f7a0c + "\n🫶 Following : " + _0x86d2d1);
});