Skip to content

Instantly share code, notes, and snippets.

@drowsy-probius
drowsy-probius / date_alarm.py
Created August 3, 2023 16:05
Python3 script that reminds you how many days passed since the given date. (No 3rd party library dependencies)
#!/usr/bin/env python3
import time
from datetime import datetime, timezone, timedelta
import requests
import traceback
####################################################
# SET THOSE VALUES
@drowsy-probius
drowsy-probius / tewind_m3u8_downloader.user.js
Last active November 16, 2023 04:41
Tewind m3u8 downloader
// ==UserScript==
// @name Download tewind m3u8
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author You
// @match https://tewind.kr/rewind/*
// @match https://tewind.kr/liveback/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=tewind.kr
// @grant none
@drowsy-probius
drowsy-probius / upload_twitch.sh
Created August 14, 2022 21:31
rclone move script
#!/bin/bash
# 이미 이 스크립트가 실행 중이라면 새로 실행하지 않음.
if pidof -o %PPID -x "$0"; then
exit 1
fi
#######
# 아래 값에서 쌍따옴표 내부 값만 수정하는걸 권장함
# 구글드라이브 특화 스크립트임.