From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on gnuweeb.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,NO_DNS_FOR_FROM,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.6 Received: from localhost.localdomain (unknown [125.160.109.234]) by gnuweeb.org (Postfix) with ESMTPSA id 6310380D30; Sun, 25 Sep 2022 21:58:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=default; t=1664143121; bh=QItyKKD+3gv8beVk6TUh4agNrEnhfcYgQi6+IzprqcU=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=EDomcg5zmpf5jqu56EiEd2MGNL70Sq7EzKtaCHrBb6t8NlOnkPtd7azC61um9sc61 KiYk+vV6LW0xGWyoniR9reD2FeONxW1e7EEv9idW6BSi+HPDvxpq15FNnhogefBBBb 7DBxT4JpA34B/fdeNkgbFQmX83QyHdw/3TGDXja6rCPFTcbM8OCZqwFg33uDwdpH5c YQEeXG5DnM4GfkhIWTJwh012N0EnBUh8M4fPO1EDGi/+FRtnvoPGdPE6aOQmSW5tFx 3NCOc9prhhZkaQ1k83XljVVeG42+1odLGX0McIOGPF1k0fzwhtnSFivLYen4xcPjz5 h5b1YKxDo7CgA== From: Ammar Faizi To: Muhammad Rizki Cc: Ammar Faizi , Alviro Iskandar Setiawan , GNU/Weeb Mailing List Subject: Re: [RFC PATCH v5 00/18] Refactor Telegram & initial work Discord Date: Mon, 26 Sep 2022 04:58:30 +0700 Message-Id: <20220925215830.585420-1-ammarfaizi2@gnuweeb.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: References: <20220925211427.412-1-kiizuha@gnuweeb.org> <6649be95-16cc-6ff3-ce1a-ecf28d2609c5@gnuweeb.org> <0f64031b-80d4-f15e-41d1-96a9b9c77cf2@gnuweeb.org> <3ecbce24-9fea-b16e-bf19-cd78948c8100@gnuweeb.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit List-Id: On Mon, 26 Sep 2022 04:52:53 +0700, Muhammad Rizki wrote: > On 26/09/2022 04.48, Ammar Faizi wrote: >> On 9/26/22 4:37 AM, Muhammad Rizki wrote: >>> On 26/09/2022 04.31, Ammar Faizi wrote: >>>> On 9/26/22 4:14 AM, Muhammad Rizki wrote: >>>>> Make initial work for Discord bot, it's still undone but it can run. >>>> >>>> OK, I run it. The bot now responds the $sync command. But how to use it >>>> exactly? I don't find a command list or usage manual of the bot. >>>> >>> >>> As the title said, this PATCH should only be for refactoring the >>> Telegram bot and initializing the Discord bot work. If you want more >>> commands, I will add them to the new PATCH. My plan created this RFC was >>> only to ask for the commit style is okay or not. >> >> OK. >> >> This series looks good to me now. Can't wait to see the completion and >> incremental patches for it later. I start loving the way you split the >> changes into smaller-manageable-reviewable pieces like this. >> > > Ah, thanks for the compliment. Do you want to apply this to the master > branch, or do you want to wait for the new PATCH with the complete version? I think this has been stalled for too long, I'll take it. Applied, thanks! [01/18] telegram: Move the Telegram bot source code commit: 542fae7e49e800ddf8ac92ae04d5200a85778d31 [02/18] telegram: Refactor the Telegram bot database method commit: 07be1617820719c765496d9118aeab127bb4c0bd [03/18] telegram: Rename some functions in scraper/bot.py commit: c84a62f2cfd11386dbe8d3a7e453ec8c8ef801b9 [04/18] Add ignore file for .env commit: befcb317ce18657846592b66b9586dda1f51c280 [05/18] telegram: Refactor the Telegram bot commit: c8e00eca92c1f91779776e5209546f8057a3b6b1 [06/18] telegram: Renames in telegram mailer directory commit: 46a18b84cae66ab0f387e8b5ed6f1991d2f2ca6f [07/18] Move scraper and utility file commit: e6c42e102ee3dd48f9d265d01b8e486d7504c878 [08/18] discord: Initial work for the Discord bot commit: 6819180f8b73b0ba60a5f5d6b22b146d80685fc4 [09/18] discord: Add success run notice on_ready event commit: c5c4da9f2af2ed94bfc91fe18ed64e34fa283d39 [10/18] discord: Add error handler on events commit: bb13e25c09e65385ce6a9319518ddd794e95c566 [11/18] Move db.sql to combine the database with Discord and Telegram commit: 9c014880785cc48e7bccb62549ff5610993e32bd [12/18] discord: Add database tables for the Discord bot commit: 747963497077be01719b41591ba323451e902daa [13/18] discord: Add initial Discord bot database instance commit: b5ceeab16ac78b3db47bf9bf544064c0b488dd22 [14/18] discord: Add save_atom() in database insertion commit: e6ec8ad6e9853de6b2d83fe06e485e294a2e289c [15/18] discord: Add save_broadcast() in database insertion commit: 6d09ec1babac2f444fb29b21d38ef2b875a3c189 [16/18] discord: Add save_discord_mail() in database insertion commit: 3ffbcd3b77ee62575b3bf002987bb5a84bf6286e [17/18] discord: Add save_email() in database insertion commit: 62473c85394e1eeb3e86f2ef2073df1047693d09 [18/18] discord: Add $sync basic command commit: 949ca804c527978b070e89c0389d172a53aedfa5 Best regards, -- Ammar Faizi