explaingit

injetlee/python

10,630PythonAudience · developerComplexity · 2/5Setup · easy

TLDR

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.

Mindmap

mindmap
  root((injetlee python))
    What It Is
      Script collection
      Chinese tutorials
      Personal learning hub
    Topics
      Web scraping
      WeChat development
      File automation
      SQL tutorials
    Example Scripts
      Douban scraper
      Excel read-write
      File renamer
      Zhihu login
    Audience
      Chinese developers
      Python beginners
Click or tap to explore — scroll the page freely

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

Things people build with this

USE CASE 1

Scrape Douban movie listings or Chinese job postings using the included web scraping example scripts.

USE CASE 2

Build a basic WeChat public account auto-reply feature by following the beginner tutorials.

USE CASE 3

Automate file renaming, Excel reading/writing, or bulk database imports using the provided utility scripts.

USE CASE 4

Simulate a login to Zhihu or extract video data from Chinese short-video apps using the ready-made scripts.

Tech stack

Python

Getting it running

Difficulty · easy Time to first run · 5min

In plain English

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.

Copy-paste prompts

Prompt 1
Using the web scraping approach from injetlee/python, show me how to scrape movie listings from Douban with Python requests and BeautifulSoup and save them to a CSV file.
Prompt 2
I want to build a WeChat public account that auto-replies to messages. Walk me through the basic Python setup based on the tutorials in this repo.
Prompt 3
How do I use Python to read data from an Excel file and insert it into a database, following the pattern shown in injetlee/python?
Prompt 4
Show me how to bulk-rename all files in a directory using Python, similar to the script approach in injetlee/python.
Open on GitHub → Explain another repo

← injetlee on gitmyhub — every repo by this author, as a profile.

Verify against the repo before relying on details.