From d157e331ccbaeec35a2ed21ea6c7ceb8c42310e5 Mon Sep 17 00:00:00 2001 From: Ming Tsay Date: Fri, 17 Mar 2023 14:53:13 +0800 Subject: [PATCH] implementation --- .gitignore | 1 + .idea/php.xml | 1 + config-example.ini | 18 ++++++++++++ last-update-id.txt | 1 + main.php | 71 ++++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 92 insertions(+) create mode 100644 .gitignore create mode 100644 config-example.ini create mode 100644 last-update-id.txt create mode 100755 main.php diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2fa7ce7 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +config.ini diff --git a/.idea/php.xml b/.idea/php.xml index f324872..e84699f 100644 --- a/.idea/php.xml +++ b/.idea/php.xml @@ -10,6 +10,7 @@