├── QQ图片20200421231955.png ├── QQ图片20200421232030.png ├── README.md ├── TimeSave ├── DownloadAreas.txt └── process.txt ├── charge.py ├── manage.py └── program ├── SaveAllAreas.py ├── Store ├── DownloadStoreMessage.py └── SelectArea.py ├── main.py ├── settings.py └── tools └── ClickByUi.py /QQ图片20200421231955.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Miscf/Meituan-Spider/HEAD/QQ图片20200421231955.png -------------------------------------------------------------------------------- /QQ图片20200421232030.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Miscf/Meituan-Spider/HEAD/QQ图片20200421232030.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Miscf/Meituan-Spider/HEAD/README.md -------------------------------------------------------------------------------- /TimeSave/DownloadAreas.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /TimeSave/process.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Miscf/Meituan-Spider/HEAD/TimeSave/process.txt -------------------------------------------------------------------------------- /charge.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Miscf/Meituan-Spider/HEAD/charge.py -------------------------------------------------------------------------------- /manage.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Miscf/Meituan-Spider/HEAD/manage.py -------------------------------------------------------------------------------- /program/SaveAllAreas.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Miscf/Meituan-Spider/HEAD/program/SaveAllAreas.py -------------------------------------------------------------------------------- /program/Store/DownloadStoreMessage.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Miscf/Meituan-Spider/HEAD/program/Store/DownloadStoreMessage.py -------------------------------------------------------------------------------- /program/Store/SelectArea.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Miscf/Meituan-Spider/HEAD/program/Store/SelectArea.py -------------------------------------------------------------------------------- /program/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Miscf/Meituan-Spider/HEAD/program/main.py -------------------------------------------------------------------------------- /program/settings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Miscf/Meituan-Spider/HEAD/program/settings.py -------------------------------------------------------------------------------- /program/tools/ClickByUi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Miscf/Meituan-Spider/HEAD/program/tools/ClickByUi.py --------------------------------------------------------------------------------