diff --git a/content/posts/commits/2026-03-01-commit-17760b5.md b/content/posts/commits/2026-03-01-commit-17760b5.md new file mode 100644 index 0000000..bd62e44 --- /dev/null +++ b/content/posts/commits/2026-03-01-commit-17760b5.md @@ -0,0 +1,50 @@ +--- +title: "[bojemoi-telegram] telegram: remove Twitter/X integration — API is paid" +date: 2026-03-01T19:34:45+01:00 +draft: false +tags: ["commit", "bojemoi-telegram", "master"] +categories: ["Git Activity"] +summary: "Commit 17760b5 par Betty dans bojemoi-telegram" +author: "Betty" +--- + +## Commit `17760b5` + +| | | +|---|---| +| **Repository** | bojemoi-telegram | +| **Branch** | `master` | +| **Author** | Betty | +| **Hash** | `17760b5fb170f9d07bf107585c9c49bc0047338c` | + + +### Description + +X API v2 requires paid plan even for basic posting. +Removed: integrations/twitter_x.py, scripts/share_blog_x.py, +/tweet command, tweepy dependency, TWITTER_* config entries. + +Co-Authored-By: Claude Sonnet 4.6 + +### Files Changed + +``` +D scripts/share_blog_x.py +M telegram-bot/bot.py +M telegram-bot/config.py +M telegram-bot/integrations/__init__.py +D telegram-bot/integrations/twitter_x.py +M telegram-bot/requirements.txt +``` + +### Diff Summary + +``` + scripts/share_blog_x.py | 69 --------------------------------- + telegram-bot/bot.py | 35 ----------------- + telegram-bot/config.py | 5 --- + telegram-bot/integrations/__init__.py | 6 --- + telegram-bot/integrations/twitter_x.py | 70 ---------------------------------- + telegram-bot/requirements.txt | 3 -- + 6 files changed, 188 deletions(-) +```