jackwener
60e1e7c580
feat: improve cookie extraction diagnostics and add doctor command
...
- Add _diagnose_keychain_issues() for macOS Keychain/SSH detection
- Extraction functions now return (cookies, diagnostics) tuples
- Error messages include actionable Keychain hints (e.g. unlock-keychain)
- Add 'twitter doctor' diagnostic command for troubleshooting
- Enhance bug_report.yml with browser/access method/diagnostics fields
- Expand README troubleshooting (EN+CN) with Keychain/SSH solutions
- Add 5 new tests for Keychain diagnostics
Closes #11
2026-03-11 16:53:06 +08:00
jackwener
6d6108436f
chore: bump version to 0.6.0
...
Changes since 0.5.1:
- feat: Chrome multi-profile cookie extraction (#6 )
- fix: warn on private likes (#8 )
- fix: add logger definition (CI fix)
- refactor: specific ImportError handling (#10 )
- docs: upgrade instructions in README and SKILL.md
2026-03-11 12:57:34 +08:00
jackwener
53a700ec60
feat: support Chrome multi-profile cookie extraction
...
Auto-iterates all Chrome/Arc/Edge/Brave profiles (Default, Profile 1,
Profile 2, ...) to find Twitter cookies. Falls back to the default
browser_cookie3 behavior when no profile dirs are found.
Set TWITTER_CHROME_PROFILE env var to specify a profile explicitly:
TWITTER_CHROME_PROFILE='Profile 2' twitter feed
Closes #6
2026-03-11 12:53:25 +08:00
jackwener
d71ad45a0a
fix: harden pagination auth and runtime headers
2026-03-10 12:33:04 +08:00
jackwener
19ab11d6a4
fix: harden auth flow and sync browser support docs
2026-03-10 11:02:34 +08:00