Skip to content

Instantly share code, notes, and snippets.

View oyi77's full-sized avatar
🎯
Focusing

Paijo oyi77

🎯
Focusing
View GitHub Profile
@oyi77
oyi77 / modem_handler.py
Created February 18, 2023 15:02
Modem Pool Communication
from serial.tools import list_ports
import serial
import os, sys, inspect
from loguru import logger as logging
import datetime
import re
import json
import time
from gsmmodem.modem import GsmModem
from time import sleep
@oyi77
oyi77 / product.html
Created July 24, 2020 17:12
Product Snippet For Toko WA
<div class='productPhoto'>
<!-- ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 📷 Photo -->
<!-- ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ / 📷 Photo -->
</div>
<div class='productDetail' data-stock='on'>
<!-- ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 🔖 Price -->
<span itemprop='price' class='productPrice' data-discount-percent='0'>140000</span>