From e1a388a89ce3febdb6900ef4d156884e06f3aa78 Mon Sep 17 00:00:00 2001 From: wystan_rin Date: Sun, 12 May 2024 00:07:01 +0800 Subject: [PATCH] init --- .gitignore | 162 ------------------ .idea/.gitignore | 8 - .idea/.name | 1 - .idea/encodings.xml | 6 - .idea/inspectionProfiles/Project_Default.xml | 6 - .../inspectionProfiles/profiles_settings.xml | 6 - .idea/misc.xml | 7 - .idea/modules.xml | 8 - .idea/xhs.iml | 8 - comments.csv | 59 ------- 10 files changed, 271 deletions(-) delete mode 100644 .gitignore delete mode 100644 .idea/.gitignore delete mode 100644 .idea/.name delete mode 100644 .idea/encodings.xml delete mode 100644 .idea/inspectionProfiles/Project_Default.xml delete mode 100644 .idea/inspectionProfiles/profiles_settings.xml delete mode 100644 .idea/misc.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/xhs.iml delete mode 100644 comments.csv diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 5d381cc..0000000 --- a/.gitignore +++ /dev/null @@ -1,162 +0,0 @@ -# ---> Python -# Byte-compiled / optimized / DLL files -__pycache__/ -*.py[cod] -*$py.class - -# C extensions -*.so - -# Distribution / packaging -.Python -build/ -develop-eggs/ -dist/ -downloads/ -eggs/ -.eggs/ -lib/ -lib64/ -parts/ -sdist/ -var/ -wheels/ -share/python-wheels/ -*.egg-info/ -.installed.cfg -*.egg -MANIFEST - -# PyInstaller -# Usually these files are written by a python script from a template -# before PyInstaller builds the exe, so as to inject date/other infos into it. -*.manifest -*.spec - -# Installer logs -pip-log.txt -pip-delete-this-directory.txt - -# Unit test / coverage reports -htmlcov/ -.tox/ -.nox/ -.coverage -.coverage.* -.cache -nosetests.xml -coverage.xml -*.cover -*.py,cover -.hypothesis/ -.pytest_cache/ -cover/ - -# Translations -*.mo -*.pot - -# Django stuff: -*.log -local_settings.py -db.sqlite3 -db.sqlite3-journal - -# Flask stuff: -instance/ -.webassets-cache - -# Scrapy stuff: -.scrapy - -# Sphinx documentation -docs/_build/ - -# PyBuilder -.pybuilder/ -target/ - -# Jupyter Notebook -.ipynb_checkpoints - -# IPython -profile_default/ -ipython_config.py - -# pyenv -# For a library or package, you might want to ignore these files since the code is -# intended to run in multiple environments; otherwise, check them in: -# .python-version - -# pipenv -# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control. -# However, in case of collaboration, if having platform-specific dependencies or dependencies -# having no cross-platform support, pipenv may install dependencies that don't work, or not -# install all needed dependencies. -#Pipfile.lock - -# poetry -# Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control. -# This is especially recommended for binary packages to ensure reproducibility, and is more -# commonly ignored for libraries. -# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control -#poetry.lock - -# pdm -# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control. -#pdm.lock -# pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it -# in version control. -# https://pdm.fming.dev/#use-with-ide -.pdm.toml - -# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm -__pypackages__/ - -# Celery stuff -celerybeat-schedule -celerybeat.pid - -# SageMath parsed files -*.sage.py - -# Environments -.env -.venv -env/ -venv/ -ENV/ -env.bak/ -venv.bak/ - -# Spyder project settings -.spyderproject -.spyproject - -# Rope project settings -.ropeproject - -# mkdocs documentation -/site - -# mypy -.mypy_cache/ -.dmypy.json -dmypy.json - -# Pyre type checker -.pyre/ - -# pytype static type analyzer -.pytype/ - -# Cython debug symbols -cython_debug/ - -# PyCharm -# JetBrains specific template is maintained in a separate JetBrains.gitignore that can -# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore -# and can be added to the global gitignore or merged into this file. For a more nuclear -# option (not recommended) you can uncomment the following to ignore the entire idea folder. -#.idea/ - diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index 13566b8..0000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml -# Editor-based HTTP Client requests -/httpRequests/ -# Datasource local storage ignored files -/dataSources/ -/dataSources.local.xml diff --git a/.idea/.name b/.idea/.name deleted file mode 100644 index 934a5fb..0000000 --- a/.idea/.name +++ /dev/null @@ -1 +0,0 @@ -xhs \ No newline at end of file diff --git a/.idea/encodings.xml b/.idea/encodings.xml deleted file mode 100644 index 84b9394..0000000 --- a/.idea/encodings.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml deleted file mode 100644 index 03d9549..0000000 --- a/.idea/inspectionProfiles/Project_Default.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml deleted file mode 100644 index 105ce2d..0000000 --- a/.idea/inspectionProfiles/profiles_settings.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index 36a509c..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index fc73a50..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/xhs.iml b/.idea/xhs.iml deleted file mode 100644 index 24734b6..0000000 --- a/.idea/xhs.iml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/comments.csv b/comments.csv deleted file mode 100644 index 7370356..0000000 --- a/comments.csv +++ /dev/null @@ -1,59 +0,0 @@ -SAR初霁|福州蛋糕和鲜花,这是网图,模仿的这个,我稍微修改了一点[握手R]客人还是很满意的[笑哭R],福建,1,5de134b70000000001001420,4,False,2024-05-02 17:19:59,66335a87000000001e039b35,66335abe0000000003034c1d -SAR初霁|福州蛋糕和鲜花,是这样切开的[笑哭R],有点爆浆,福建,2,5de134b70000000001001420,0,False,2024-05-02 17:40:02,66335a87000000001e039b35,66335f710000000004003c9c -御晴初,四喜强子,河南,1,60855cd60000000001009ff5,0,False,2024-05-04 15:14:47,66335a87000000001e039b35,6635e0650000000010029a5a -momo,[哭惹R][哭惹R][哭惹R][石化R][石化R][石化R][抓狂R][抓狂R][抓狂R]@yaaaa 一起来受伤害,江苏,2,5ce11439000000001100c225,0,False,2024-05-04 15:17:39,66335a87000000001e039b35,6635e11300000000160382b0 -熊熊是凶凶,里面有卵嘛????!!!!!!!,法国,1,5ef4bf700000000001002646,0,False,2024-05-03 04:38:45,66335a87000000001e039b35,6633f9d5000000001002a9e8 -SAR初霁|福州蛋糕和鲜花,好灵感,福建,2,5de134b70000000001001420,0,False,2024-05-03 08:59:30,66335a87000000001e039b35,663436f100000000030358ac -是刘老师不是拉拉桑,@咚咚y 告诉我你的生日,河北,1,6019fb81000000000100805e,0,False,2024-05-04 15:39:11,66335a87000000001e039b35,6635e61e0000000010028901 -咚咚y,[黑薯问号R]我害怕,山东,2,6120f772000000002002bdac,0,False,2024-05-04 16:04:11,66335a87000000001e039b35,6635ebfa0000000003035f5e -李志超,,陕西,1,5ffac3790000000001005341,0,False,2024-05-03 18:29:24,66335a87000000001e039b35,6634bc8300000000160392ac -2月14日,这是真人倒膜的[大笑R],天津,2,5caab925000000001103eb23,0,False,2024-05-03 18:32:25,66335a87000000001e039b35,6634bd380000000004002421 -般若,@yoroll 什么时候过生日,四川,1,5c6d4d0300000000100199e3,0,False,2024-05-04 15:29:01,66335a87000000001e039b35,6635e3bd0000000004002c57 -yoroll,别整,四川,2,5b6850eef6654c0001cff824,0,False,2024-05-04 16:41:33,66335a87000000001e039b35,6635f4bc000000000303673c -离火,@清醒小记 @困,浙江,1,5f9c152a0000000001009212,0,False,2024-05-03 21:48:57,66335a87000000001e039b35,6634eb48000000001603a6ba -我就吃一口,,云南,1,64f057fb0000000005000d20,0,False,2024-05-03 15:50:18,66335a87000000001e039b35,66349739000000000403235a -SAR初霁|福州蛋糕和鲜花,你信不信这个表情包也能做蛋糕[笑哭R],福建,2,5de134b70000000001001420,0,False,2024-05-03 15:53:35,66335a87000000001e039b35,663497ff00000000040038de -甜桑,@K . @Sweet,广东,1,5aedb6c311be105593ca261c,0,False,2024-05-04 13:46:37,66335a87000000001e039b35,6635cbbc0000000003017b92 -On2,@momo [石化R]我的号不能要了,陕西,1,64c5fa49000000000b005019,0,False,2024-05-04 15:51:40,66335a87000000001e039b35,6635e90b000000001603a835 -momo,我有个大胆的想法,做个蟑螂捏捏,河北,2,5cb87700000000001000b029,0,False,2024-05-04 15:56:38,66335a87000000001e039b35,6635ea360000000004030c02 -SAR初霁|福州蛋糕和鲜花,这是网图,模仿的这个,我稍微修改了一点[握手R]客人还是很满意的[笑哭R],福建,1,5de134b70000000001001420,4,False,2024-05-02 17:19:59,66335a87000000001e039b35,66335abe0000000003034c1d -SAR初霁|福州蛋糕和鲜花,是这样切开的[笑哭R],有点爆浆,福建,2,5de134b70000000001001420,0,False,2024-05-02 17:40:02,66335a87000000001e039b35,66335f710000000004003c9c -御晴初,四喜强子,河南,1,60855cd60000000001009ff5,0,False,2024-05-04 15:14:47,66335a87000000001e039b35,6635e0650000000010029a5a -momo,[哭惹R][哭惹R][哭惹R][石化R][石化R][石化R][抓狂R][抓狂R][抓狂R]@yaaaa 一起来受伤害,江苏,2,5ce11439000000001100c225,0,False,2024-05-04 15:17:39,66335a87000000001e039b35,6635e11300000000160382b0 -熊熊是凶凶,里面有卵嘛????!!!!!!!,法国,1,5ef4bf700000000001002646,0,False,2024-05-03 04:38:45,66335a87000000001e039b35,6633f9d5000000001002a9e8 -SAR初霁|福州蛋糕和鲜花,好灵感,福建,2,5de134b70000000001001420,0,False,2024-05-03 08:59:30,66335a87000000001e039b35,663436f100000000030358ac -是刘老师不是拉拉桑,@咚咚y 告诉我你的生日,河北,1,6019fb81000000000100805e,0,False,2024-05-04 15:39:11,66335a87000000001e039b35,6635e61e0000000010028901 -咚咚y,[黑薯问号R]我害怕,山东,2,6120f772000000002002bdac,0,False,2024-05-04 16:04:11,66335a87000000001e039b35,6635ebfa0000000003035f5e -李志超,,陕西,1,5ffac3790000000001005341,0,False,2024-05-03 18:29:24,66335a87000000001e039b35,6634bc8300000000160392ac -2月14日,这是真人倒膜的[大笑R],天津,2,5caab925000000001103eb23,0,False,2024-05-03 18:32:25,66335a87000000001e039b35,6634bd380000000004002421 -般若,@yoroll 什么时候过生日,四川,1,5c6d4d0300000000100199e3,0,False,2024-05-04 15:29:01,66335a87000000001e039b35,6635e3bd0000000004002c57 -yoroll,别整,四川,2,5b6850eef6654c0001cff824,0,False,2024-05-04 16:41:33,66335a87000000001e039b35,6635f4bc000000000303673c -离火,@清醒小记 @困,浙江,1,5f9c152a0000000001009212,0,False,2024-05-03 21:48:57,66335a87000000001e039b35,6634eb48000000001603a6ba -我就吃一口,,云南,1,64f057fb0000000005000d20,0,False,2024-05-03 15:50:18,66335a87000000001e039b35,66349739000000000403235a -SAR初霁|福州蛋糕和鲜花,你信不信这个表情包也能做蛋糕[笑哭R],福建,2,5de134b70000000001001420,0,False,2024-05-03 15:53:35,66335a87000000001e039b35,663497ff00000000040038de -甜桑,@K . @Sweet,广东,1,5aedb6c311be105593ca261c,0,False,2024-05-04 13:46:37,66335a87000000001e039b35,6635cbbc0000000003017b92 -On2,@momo [石化R]我的号不能要了,陕西,1,64c5fa49000000000b005019,0,False,2024-05-04 15:51:40,66335a87000000001e039b35,6635e90b000000001603a835 -momo,我有个大胆的想法,做个蟑螂捏捏,河北,2,5cb87700000000001000b029,0,False,2024-05-04 15:56:38,66335a87000000001e039b35,6635ea360000000004030c02 -SAR初霁|福州蛋糕和鲜花,这是网图,模仿的这个,我稍微修改了一点[握手R]客人还是很满意的[笑哭R],福建,1,5de134b70000000001001420,4,False,2024-05-02 17:19:59,66335a87000000001e039b35,66335abe0000000003034c1d -SAR初霁|福州蛋糕和鲜花,是这样切开的[笑哭R],有点爆浆,福建,2,5de134b70000000001001420,0,False,2024-05-02 17:40:02,66335a87000000001e039b35,66335f710000000004003c9c -御晴初,四喜强子,河南,1,60855cd60000000001009ff5,0,False,2024-05-04 15:14:47,66335a87000000001e039b35,6635e0650000000010029a5a -momo,[哭惹R][哭惹R][哭惹R][石化R][石化R][石化R][抓狂R][抓狂R][抓狂R]@yaaaa 一起来受伤害,江苏,2,5ce11439000000001100c225,0,False,2024-05-04 15:17:39,66335a87000000001e039b35,6635e11300000000160382b0 -熊熊是凶凶,里面有卵嘛????!!!!!!!,法国,1,5ef4bf700000000001002646,0,False,2024-05-03 04:38:45,66335a87000000001e039b35,6633f9d5000000001002a9e8 -SAR初霁|福州蛋糕和鲜花,好灵感,福建,2,5de134b70000000001001420,0,False,2024-05-03 08:59:30,66335a87000000001e039b35,663436f100000000030358ac -是刘老师不是拉拉桑,@咚咚y 告诉我你的生日,河北,1,6019fb81000000000100805e,0,False,2024-05-04 15:39:11,66335a87000000001e039b35,6635e61e0000000010028901 -咚咚y,[黑薯问号R]我害怕,山东,2,6120f772000000002002bdac,0,False,2024-05-04 16:04:11,66335a87000000001e039b35,6635ebfa0000000003035f5e -李志超,,陕西,1,5ffac3790000000001005341,0,False,2024-05-03 18:29:24,66335a87000000001e039b35,6634bc8300000000160392ac -2月14日,这是真人倒膜的[大笑R],天津,2,5caab925000000001103eb23,0,False,2024-05-03 18:32:25,66335a87000000001e039b35,6634bd380000000004002421 -般若,@yoroll 什么时候过生日,四川,1,5c6d4d0300000000100199e3,0,False,2024-05-04 15:29:01,66335a87000000001e039b35,6635e3bd0000000004002c57 -yoroll,别整,四川,2,5b6850eef6654c0001cff824,0,False,2024-05-04 16:41:33,66335a87000000001e039b35,6635f4bc000000000303673c -离火,@清醒小记 @困,浙江,1,5f9c152a0000000001009212,0,False,2024-05-03 21:48:57,66335a87000000001e039b35,6634eb48000000001603a6ba -我就吃一口,,云南,1,64f057fb0000000005000d20,0,False,2024-05-03 15:50:18,66335a87000000001e039b35,66349739000000000403235a -SAR初霁|福州蛋糕和鲜花,你信不信这个表情包也能做蛋糕[笑哭R],福建,2,5de134b70000000001001420,0,False,2024-05-03 15:53:35,66335a87000000001e039b35,663497ff00000000040038de -甜桑,@K . @Sweet,广东,1,5aedb6c311be105593ca261c,0,False,2024-05-04 13:46:37,66335a87000000001e039b35,6635cbbc0000000003017b92 -On2,@momo [石化R]我的号不能要了,陕西,1,64c5fa49000000000b005019,0,False,2024-05-04 15:51:40,66335a87000000001e039b35,6635e90b000000001603a835 -momo,我有个大胆的想法,做个蟑螂捏捏,河北,2,5cb87700000000001000b029,0,False,2024-05-04 15:56:38,66335a87000000001e039b35,6635ea360000000004030c02 -高高的薄荷,这个怎么做到这么磨砂质感的,陕西,2,63edec6f000000001001f99f,0,False,2024-05-02 20:33:05,66335a87000000001e039b35,663388010000000004030168 -离离子,很形象!已经在脑海里形成了打蟑螂爆浆的画面了[笑哭R],江西,2,5c6e9279000000001002120d,0,False,2024-05-02 23:00:48,66335a87000000001e039b35,6633aa9f000000001603b9f4 -SAR初霁|福州蛋糕和鲜花,切一块给你[笑哭R],福建,2,5de134b70000000001001420,0,False,2024-05-02 23:01:46,66335a87000000001e039b35,6633aada0000000003035a45 -蛋蛋,@momo [doge],广东,2,5e47731300000000010062e0,0,False,2024-05-03 02:09:06,66335a87000000001e039b35,6633d6c10000000003014748 -离离子,哈哈哈哈 可[偷笑R],江西,2,5c6e9279000000001002120d,0,False,2024-05-03 08:35:33,66335a87000000001e039b35,663431550000000003014044