Skip to content

Instantly share code, notes, and snippets.

{
"success": true,
"credits_left": 100,
"rate_limit_left": 100,
"daily_rate_limit_left": 100,
"minute_rate_limit_left": 499,
"next_minute_rate_limit_reset": "2025-08-10T02:18:30.000Z",
"person": {
"publicIdentifier": "kmcloudarchsre",
"linkedInIdentifier": "ACoAAEq9nhUBY5ESVSgACedysR_YLndYv-XJtRI",
@forkyau
forkyau / hourly_rainfall_data-2025-08-10|10-00.csv
Created August 10, 2025 02:21
GIST created by python code
id station stationid value unit obstime date
0 流浮山 RF001 0 mm 2025-08-10T10:00:00+08:00 2025-08-10
1 湿地公园 RF002 0 mm 2025-08-10T10:00:00+08:00 2025-08-10
2 水边围 N12 0 mm 2025-08-10T10:00:00+08:00 2025-08-10
3 石岗 RF003 0 mm 2025-08-10T10:00:00+08:00 2025-08-10
4 大美督 RF004 0 mm 2025-08-10T10:00:00+08:00 2025-08-10
5 大埔墟 RF005 M mm 2025-08-10T10:00:00+08:00 2025-08-10
6 北潭涌 RF006 0 mm 2025-08-10T10:00:00+08:00 2025-08-10
7 滘西洲 RF007 0 mm 2025-08-10T10:00:00+08:00 2025-08-10
8 西贡 N15 0 mm 2025-08-10T10:00:00+08:00 2025-08-10
@alkimiadev
alkimiadev / tamper_monkey.js
Created September 23, 2025 22:44
tamper monkey script to block all users who reply to a tweet(starting at index 4 for my specific use case)
// ==UserScript==
// @name Block Tweet Responders
// @namespace http://tampermonkey.net/
// @version 1.0
// @description Blocks all users who replied to a tweet starting from the 5th reply
// @author me
// @match https://x.com/*
// @grant none
// ==/UserScript==