Files
blog/content/posts/commits/2026-03-01-commit-17760b5.md
Betty 0580dc0ecd
All checks were successful
Hugo Build & Deploy / build-deploy (push) Successful in 7s
post: commit 17760b5 in bojemoi-telegram
2026-03-01 19:34:46 +01:00

51 lines
1.3 KiB
Markdown

---
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 <noreply@anthropic.com>
### 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(-)
```