From dd1a01fefdf72c64932f78b87e9464c5ac86bd55 Mon Sep 17 00:00:00 2001 From: Betty Date: Sun, 1 Mar 2026 19:09:04 +0100 Subject: [PATCH] post: push 1 commit(s) to bojemoi-telegram/master --- ...01-push-bojemoi-telegram-master-57fd2a5.md | 34 +++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 content/posts/pushes/2026-03-01-push-bojemoi-telegram-master-57fd2a5.md diff --git a/content/posts/pushes/2026-03-01-push-bojemoi-telegram-master-57fd2a5.md b/content/posts/pushes/2026-03-01-push-bojemoi-telegram-master-57fd2a5.md new file mode 100644 index 0000000..3668f8f --- /dev/null +++ b/content/posts/pushes/2026-03-01-push-bojemoi-telegram-master-57fd2a5.md @@ -0,0 +1,34 @@ +--- +title: "[bojemoi-telegram] Push 1 commit(s) to master" +date: 2026-03-01T19:08:58+01:00 +draft: false +tags: ["push", "bojemoi-telegram", "master"] +categories: ["Git Activity"] +summary: "Push de 1 commit(s) par Betty dans bojemoi-telegram/master" +author: "Betty" +--- + +## Push to `bojemoi-telegram/master` + +| | | +|---|---| +| **Repository** | bojemoi-telegram | +| **Branch** | `master` | +| **Commits** | 1 | +| **Pushed by** | Betty | + +### Commits + +- **57fd2a5** telegram: add Twitter/X integration — /tweet command via API v2 (Betty) + + +### Diff Summary + +``` + telegram-bot/bot.py | 37 ++++++++++++++++++ + telegram-bot/config.py | 6 +++ + telegram-bot/integrations/__init__.py | 6 +++ + telegram-bot/integrations/twitter_x.py | 70 ++++++++++++++++++++++++++++++++++ + telegram-bot/requirements.txt | 3 ++ + 5 files changed, 122 insertions(+) +```