gitmyhub

Python

Python ★ 11k updated 1mo ago

Python脚本。模拟登录知乎, 爬虫,操作excel,微信公众号,远程开机

A collection of ready-to-run Python scripts and tutorials in Chinese covering web scraping, WeChat development, and file automation, organized as a personal learning hub with practical code examples.

Pythonsetup: easycomplexity 2/5

This repository is a collection of Python scripts and tutorials written in Chinese, covering several practical automation topics. The README is entirely in Chinese and the content is aimed at Chinese-speaking developers learning to automate tasks with Python.

The collection is organized into a few main categories. One section covers WeChat public account development, with beginner tutorials on building features for the WeChat social platform used widely in China. Another section is a set of web scraping tutorials: examples include scraping Douban movie listings, downloading images, analyzing job postings, and extracting video data from short-video apps. There is also a small section labeled Python black magic, which includes a script for remotely shutting down a computer.

Beyond those categories, the repository links to a set of individual utility scripts. These include simulating a login to Zhihu (a Chinese question-and-answer site), reading from and writing to Excel files, importing Excel data into a database, counting files in a directory, scraping job listings from the Lagou recruiting platform, and renaming files in bulk.

The README also contains several links to SQL tutorials hosted on WeChat's article platform, covering topics like basic queries, advanced hierarchical queries, and row-to-column transformations.

The project appears to serve as a personal learning and sharing hub rather than a single focused tool. It is accompanied by a WeChat public account where the author posts content about AI and independent development. The README is sparse on setup or installation instructions and functions mainly as a table of contents linking to individual scripts.

Where it fits