docs: update project structure in README (add graphql.py, parser.py, exceptions.py, output.py)

This commit is contained in:
jackwener
2026-03-10 23:45:14 +08:00
parent f125d0fe7f
commit 21b4c28d63

View File

@@ -255,11 +255,15 @@ twitter_cli/
├── __init__.py
├── cli.py
├── client.py
├── graphql.py # GraphQL query IDs, URL building, JS bundle scanning
├── parser.py # Tweet, User, Media parsing logic
├── auth.py
├── config.py
├── constants.py
├── exceptions.py
├── filter.py
├── formatter.py
├── output.py
├── serialization.py
└── models.py
```