-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontent.js
495 lines (468 loc) · 10.6 KB
/
content.js
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
const priceCommands = {
'/pvu': {
id: 'plant-vs-undead-token',
icon: '🍀',
},
'/slp': {
id: 'smooth-love-potion',
icon: '🩸',
},
'/axs': {
id: 'axie-infinity',
icon: '🪓',
},
'/dnxc': {
id: 'dinox',
icon: '🦖',
},
'/pkmon': {
id: 'polkamonster',
icon: '🐲',
},
'/dpet': {
id: 'my-defi-pet',
icon: '🐶',
},
'/cyt': {
id: 'coinary-token',
icon: '🐉',
},
'/skill': {
id: 'cryptoblades',
icon: '⚔️',
},
'/bin': {
id: 'binemon',
icon: '🦧',
},
'/mist': {
id: 'mist',
icon: '🧙🏼♂️',
},
'/derc': {
id: 'derace',
icon: '🐎',
},
'/mbox': {
id: 'mobox',
icon: '💵',
},
'/sps': {
id: 'splinterlands',
icon: '🃏',
},
'/ilv': {
id: 'illuvium',
icon: '💎',
},
'/btc': {
id: 'bitcoin',
icon: '🪙',
},
'/bnb': {
id: 'binancecoin',
icon: '🪙',
},
'/eth': {
id: 'ethereum',
icon: '🪙',
},
'/doge': {
id: 'dogecoin',
icon: '🪙',
},
'/shib': {
id: 'shiba-inu',
icon: '🪙',
},
'/matic': {
id: 'polygon',
icon: '🪙',
},
'/ada': {
id: 'cardano',
icon: '🪙',
},
};
const chartCommands = {
'!pvu': {
id: 'plant-vs-undead-token',
icon: '🍀',
},
'!slp': {
id: 'smooth-love-potion',
icon: '🩸',
},
'!axs': {
id: 'axie-infinity',
icon: '🪓',
},
'!dnxc': {
id: 'dinox',
icon: '🦖',
},
'!pkmon': {
id: 'polkamonster',
icon: '🐲',
},
'!dpet': {
id: 'my-defi-pet',
icon: '🐶',
},
'!cyt': {
id: 'coinary-token',
icon: '🐉',
},
'!skill': {
id: 'cryptoblades',
icon: '⚔️',
},
'!bin': {
id: 'binemon',
icon: '🦧',
},
'!derc': {
id: 'derace',
icon: '🐎',
},
'!mbox': {
id: 'mobox',
icon: '💵',
},
'!sps': {
id: 'splinterlands',
icon: '🃏',
},
'!ilv': {
id: 'illuvium',
icon: '💎',
},
'!btc': {
id: 'bitcoin',
icon: '🪙',
},
'!bnb': {
id: 'binancecoin',
icon: '🪙',
},
'!eth': {
id: 'ethereum',
icon: '🪙',
},
'!doge': {
id: 'dogecoin',
icon: '🪙',
},
'!shib': {
id: 'shiba-inu',
icon: '🪙',
},
'!matic': {
id: 'polygon',
icon: '🪙',
},
'!ada': {
id: 'cardano',
icon: '🪙',
},
};
const selectors = {
/*General*/
messages: '#main div.focusable-list-item[class*=message]',
messageIdentifier: '.selectable-text.copyable-text',
messageArea: '#main > footer div.selectable-text[contenteditable]',
sendMessageButton: '#main > footer button > [data-icon*=send]',
/*Price Graph*/
sendImageButton: '#app div[role=button] > [data-icon*=send]',
};
let priceChecker;
let priceGraph;
const timer = (ms) => new Promise((res) => setTimeout(res, ms));
const sendMessage = function (message) {
window.InputEvent = window.Event || window.InputEvent;
const event = new InputEvent('input', {
bubbles: true,
});
const textArea = document.querySelector(selectors.messageArea);
textArea.textContent = message;
textArea.dispatchEvent(event);
document.querySelector(selectors.sendMessageButton).click();
};
const getLastMessage = function () {
const messages = document.querySelectorAll(selectors.messages);
const lastMessageElement = messages[messages.length - 1];
const lastMessage = lastMessageElement?.querySelector(selectors.messageIdentifier);
return lastMessage?.textContent || '';
};
const publishCoinPrice = function (coinId) {
chrome.runtime.sendMessage(
{
contentScriptQuery: 'getCoin',
coinId: coinId,
},
function (res) {
if (res) {
console.log(res);
const priceBrl = res.brl.toLocaleString('pt-br', {
minimumFractionDigits: 2,
maximumFractionDigits: 6,
});
const priceUsd = res.usd.toLocaleString('pt-br', {
minimumFractionDigits: 2,
maximumFractionDigits: 6,
});
const max24h = res.high_24h.toLocaleString('pt-br', {
minimumFractionDigits: 2,
maximumFractionDigits: 2,
});
const min24h = res.low_24h.toLocaleString('pt-br', {
minimumFractionDigits: 2,
maximumFractionDigits: 2,
});
const var24hPercentage = Math.round(res.price_change_percentage_24h * 100) / 100;
const marketCapBrl = res.marketCap.toLocaleString('pt-br', {
minimumFractionDigits: 2,
maximumFractionDigits: 2,
});
const currentCoinKey = Object.keys(priceCommands).find((key) => priceCommands[key].id === res.id);
const icon = priceCommands[currentCoinKey].icon;
sendMessage(
`${icon} *${res.name}* ${icon}
O preço do ${res.symbol} é de *R$${priceBrl}* ($${priceUsd})
Máximo 24h: R$${max24h}
Mínimo 24h: R$${min24h}
Variação 24h: ${var24hPercentage}%
Market Cap: R$${marketCapBrl}\n
Sentimento positivo: ${res.sentiment_up}%`
);
} else {
sendMessage(`Bot Indisponível 😢`);
}
}
);
};
const publishTrending = function () {
chrome.runtime.sendMessage(
{
contentScriptQuery: 'getTrends',
},
function (res) {
if (res) {
console.log(res);
let message = `📈 *Trends* 📈\n`;
message += `Top 7 na CoinGecko (24h)\n`;
res.forEach((trend) => {
message += `${trend.position}: ${trend.name} (${trend.symbol})\n`;
});
sendMessage(message);
} else {
sendMessage(`Bot Indisponível 😢`);
}
}
);
};
const publishChart = function (coinId) {
const getChartB64 = async (prices, coinName) => {
const data = prices.map((p) => {
return { x: new Date(p[0]), y: p[1] };
});
const options = {
series: [
{
name: 'Preço',
data: data,
},
],
chart: {
height: 500,
type: 'area',
},
dataLabels: {
enabled: false,
},
stroke: {
curve: 'smooth',
width: 1.5,
},
fill: {
type: 'gradient',
gradient: {
shadeIntensity: 1,
opacityFrom: 0.7,
opacityTo: 0.9,
stops: [0, 90, 100],
},
},
title: {
text: `${coinName} (15d)`,
align: 'center',
},
grid: {
row: {
colors: ['#f3f3f3'], // takes an array which will be repeated on columns
opacity: 0.5,
},
},
xaxis: {
type: 'datetime',
},
yaxis: {
labels: {
formatter: function (value) {
const format = (num, decimals) =>
num.toLocaleString('pt-BR', {
minimumFractionDigits: decimals,
maximumFractionDigits: decimals,
});
return `R$ ${format(value, 4)}`;
},
},
},
};
const chartDiv = document.createElement('div');
chartDiv.setAttribute('id', 'temp-chart');
const body = document.querySelector('body');
body.appendChild(chartDiv);
const tempChart = document.querySelector('#temp-chart');
const chart = new ApexCharts(tempChart, options);
chart.render();
await timer(3000);
const { imgURI } = await chart.dataURI();
tempChart.remove();
return imgURI;
};
const b64toBlob = async (b64Data) => {
const res = await fetch(b64Data);
const blob = await res.blob();
return blob;
};
const setToClipboard = async (blob) => {
await navigator.clipboard.writeText('');
const data = [new ClipboardItem({ [blob.type]: blob })];
await navigator.clipboard.write(data);
};
const sendChart = async () => {
const messageArea = document.querySelector(selectors.messageArea);
messageArea.focus();
document.execCommand('paste', null, null);
await timer(2000);
const sendImageButton = document.querySelector(selectors.sendImageButton);
sendImageButton.click();
};
chrome.runtime.sendMessage(
{
contentScriptQuery: 'getChart',
coinId: coinId,
},
async function (res) {
console.log('res: ', res);
if (res) {
try {
const chartB64 = await getChartB64(res.prices, res.name);
const chartBlob = await b64toBlob(chartB64);
await setToClipboard(chartBlob);
await sendChart();
} catch (e) {
console.error('Error sending chat, check if whatsapp is focused');
}
} else {
sendMessage(`Bot Indisponível 😢`);
}
}
);
};
const execCommand = function (lastMessage) {
const lastMessageLower = lastMessage?.toLowerCase();
if (lastMessageLower === '/list' || lastMessageLower === '/commands') {
const commands = Object.keys(priceCommands);
let message = `📈 *Comandos* 📈\n`;
message += `/commands ou /list\n`;
message += `/creator\n`;
message += `/trends\n\n`;
message += `*Coloque / para cotação e ! para gráfico* \n`;
message += `ex.: !bnb ou /slp\n\n`;
commands.forEach((command) => {
message += `${command.replace('/', '')};`;
});
sendMessage(message);
}
if (lastMessageLower === '/creator') {
sendMessage('Olá, meu nome é Alexandre Calil (xandao-dev) e eu sou o criador do bot de preços do Whatsapp.');
}
if (lastMessageLower === '/trend' || lastMessageLower === '/trends' || lastMessageLower === '/trending') {
publishTrending();
}
if (priceCommands.hasOwnProperty(lastMessageLower)) {
publishCoinPrice(priceCommands[lastMessageLower].id);
}
if (chartCommands.hasOwnProperty(lastMessageLower)) {
sendMessage(`Gerando gráfico...`);
publishChart(chartCommands[lastMessageLower].id);
}
};
/*----------------------------------------------------------*/
const enablePriceChecker = async function () {
priceChecker = true;
let lastMessageTemp = '';
while (priceChecker) {
const lastMessage = getLastMessage();
if (lastMessage !== lastMessageTemp && lastMessage.startsWith('/')) {
// console.log(`Last message: ${lastMessage}`);
execCommand(lastMessage);
await timer(4000);
}
await timer(250);
lastMessageTemp = lastMessage;
}
};
const disablePriceChecker = function () {
priceChecker = false;
};
const enablePriceGraph = async function () {
priceGraph = true;
let lastMessageTemp = '';
while (priceGraph) {
const lastMessage = getLastMessage();
if (lastMessage !== lastMessageTemp && lastMessage.startsWith('!')) {
// console.log(`Last message: ${lastMessage}`);
execCommand(lastMessage);
await timer(4000);
}
await timer(250);
lastMessageTemp = lastMessage;
}
};
const disablePriceGraph = function () {
priceGraph = false;
};
//message listener for background
chrome.runtime.onMessage.addListener(function (request, sender, sendResponse) {
if (request.command === 'init-price-checker') {
enablePriceChecker();
} else if (request.command === 'remove-price-checker') {
disablePriceChecker();
}
if (request.command === 'init-price-graph') {
enablePriceGraph();
} else if (request.command === 'remove-price-graph') {
disablePriceGraph();
}
sendResponse({ result: 'success' });
});
//on init perform based on chrome storage value
window.onload = function () {
chrome.storage.sync.get('priceCheckerEnabled', function (data) {
if (data.priceCheckerEnabled) {
enablePriceChecker();
} else {
disablePriceChecker();
}
});
chrome.storage.sync.get('priceGraphEnabled', function (data) {
if (data.priceGraphEnabled) {
enablePriceGraph();
} else {
disablePriceGraph();
}
});
};