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=-1.8 required=5.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,NICE_REPLY_A,NO_DNS_FOR_FROM, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from [192.168.1.3] (unknown [101.128.126.119]) by gnuweeb.org (Postfix) with ESMTPSA id 958FF804FD; Fri, 30 Sep 2022 13:39:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=default; t=1664545193; bh=+pf4zqRH0hyqgCgnR5bwYj/8Rqcl2XRwbtLafKTtelk=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=PjK/JEnVficKSlvIGCRAdC4kUGIFCf9xpPOw4pZ8nFquBnguiDynwu12PDHqkCuaW yPIDFKE31ylnCZYCYilpYm/7wGr3jNx0H4DSPWvyu09+cJ8JnhtD0bgQOcJ+KrZPWf VWOHT3eKRiiD6cKwS+T0WCTp2zMKBtUD/pxfegt2a1owOkJ/ISVyNBwLBBqe9GaCV7 owl7+um2MMBxKZ5/UtPfhjTPqC1MmLfuIMf3P4r5gnBkBP2J5MhY/G8bdQ2HdCQOuG yDy4OPEBu+QVeQXLSP1twTE4i24FZPfsHqZb7CgWzDTFukl/i6f+nUGLwhOA2yYMNL x6nos6VSIktYw== Message-ID: Date: Fri, 30 Sep 2022 20:39:48 +0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.3.0 Subject: Re: [RFC PATCH v5 00/18] Refactor Telegram & initial work Discord To: Ammar Faizi Cc: Alviro Iskandar Setiawan , GNU/Weeb Mailing List 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> <20220925215830.585420-1-ammarfaizi2@gnuweeb.org> Content-Language: en-US From: Muhammad Rizki In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: On 30/09/2022 19.21, Ammar Faizi wrote: > On 9/26/22 4:58 AM, Ammar Faizi wrote: >> 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. > > Did you make any progress on this? > Yes, of course. I will send them on the weekend. 595d8bb (HEAD -> v2.discord) discord: Add filters.wait_on_limit() decorator 73d35d0 discord: Add a FullMessageBtn() class in models 6a5fd87 telegram: Rename some utility functions cf63405 discord: Use the created DB() class 1b18c50 discord: Inherit the DBMethods() class to the DB() class 468d5a6 discord: Inherit the Deletion() class to the DBMethods() class e0b73fc discord: Add delete_broadcast() in deletion directory 7be1613 discord: Add delete_atom() in deletion directory 2807b7c discord: Inherit Getter() class to the DBMethods() class 702a5a4 discord: Add get_reply_id() in getter directory 747eae1 discord: Add get_email_id() in getter directory dda19a9 discord: Add get_broadcast_chats() to get the list of broadcast chats 7fd56c4 Fix the storage management after the refactor was happened 21dafec discord: Add get_atom_urls() to get the list of atom URLs fdbccda (origin/master, master) Merge branch 'kiizuha' (patches from Muhammad Rizki)