Skip to content

Instantly share code, notes, and snippets.

View iqbalnur32's full-sized avatar

Iqbal Nur iqbalnur32

View GitHub Profile
@iqbalnur32
iqbalnur32 / product.json
Last active October 14, 2023 06:20
Shopee Product Scrape
{
"error": 0,
"error_msg": "",
"data": {
"key": "shop_page_category_tab_main_sec",
"total": 496,
"no_more": false,
"items": [
{
"itemid": 20473935694,
@iqbalnur32
iqbalnur32 / PHPMailerSender.php
Created March 17, 2021 02:52 — forked from fzn0x/PHPMailerSender.php
PHPMailer Helper with shorter config.
<?php
//=============================================================================
// PHPMailerSender.php
//=============================================================================
//=============================================================================
/**
* MIT License.