mirror of
https://github.com/FujiwaraChoki/MoneyPrinterV2.git
synced 2026-04-26 06:35:51 +03:00
[PR #131] [MERGED] Fix Twitter posting flow for X compose UI #127
Labels
No labels
bug
enhancement
good first issue
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/MoneyPrinterV2#127
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/FujiwaraChoki/MoneyPrinterV2/pull/131
Author: @FujiwaraChoki
Created: 3/1/2026
Status: ✅ Merged
Merged: 3/1/2026
Merged by: @FujiwaraChoki
Base:
main← Head:fix/twitter-compose-resilience📝 Commits (2)
4cdc6f0Fix Twitter posting flow for X compose UI05620a4Avoid unnecessary tweet generation for manual posts📊 Changes
1 file changed (+78 additions, -50 deletions)
View changed files
📝
src/classes/Twitter.py(+78 -50)📄 Description
Summary
https://x.com/compose/postinstead of relying on stale timeline selectorsaccountsshape and always return a list fromget_postsWhy this change
Issue reports show repeated failures where the bot cannot find the new tweet button/text box after X UI updates, then crashes or loops. This update makes the posting path resilient to current compose patterns and improves error messages so setup mistakes are actionable.
Related issues
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.