public inbox for [email protected]
 help / color / mirror / Atom feed
From: Muhammad Rizki <[email protected]>
To: Ammar Faizi <[email protected]>
Cc: Alviro Iskandar Setiawan <[email protected]>,
	GNU/Weeb Mailing List <[email protected]>
Subject: Re: [RFC PATCH v5 00/18] Refactor Telegram & initial work Discord
Date: Fri, 30 Sep 2022 20:39:48 +0700	[thread overview]
Message-ID: <[email protected]> (raw)
In-Reply-To: <[email protected]>

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)

      reply	other threads:[~2022-09-30 13:39 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-25 21:14 [RFC PATCH v5 00/18] Refactor Telegram & initial work Discord Muhammad Rizki
2022-09-25 21:14 ` [RFC PATCH v5 01/18] telegram: Move the Telegram bot source code Muhammad Rizki
2022-09-25 21:14 ` [RFC PATCH v5 02/18] telegram: Refactor the Telegram bot database method Muhammad Rizki
2022-09-25 21:14 ` [RFC PATCH v5 03/18] telegram: Rename some functions in scraper/bot.py Muhammad Rizki
2022-09-25 21:14 ` [RFC PATCH v5 04/18] Add ignore file for .env Muhammad Rizki
2022-09-25 21:14 ` [RFC PATCH v5 05/18] telegram: Refactor the Telegram bot Muhammad Rizki
2022-09-25 21:14 ` [RFC PATCH v5 06/18] telegram: Renames in telegram mailer directory Muhammad Rizki
2022-09-25 21:14 ` [RFC PATCH v5 07/18] Move scraper and utility file Muhammad Rizki
2022-09-25 21:14 ` [RFC PATCH v5 08/18] discord: Initial work for the Discord bot Muhammad Rizki
2022-09-25 21:14 ` [RFC PATCH v5 09/18] discord: Add success run notice on_ready event Muhammad Rizki
2022-09-25 21:14 ` [RFC PATCH v5 10/18] discord: Add error handler on events Muhammad Rizki
2022-09-25 21:14 ` [RFC PATCH v5 11/18] Move db.sql to combine the database with Discord and Telegram Muhammad Rizki
2022-09-25 21:14 ` [RFC PATCH v5 12/18] discord: Add database tables for the Discord bot Muhammad Rizki
2022-09-25 21:14 ` [RFC PATCH v5 13/18] discord: Add initial Discord bot database instance Muhammad Rizki
2022-09-25 21:14 ` [RFC PATCH v5 14/18] discord: Add save_atom() in database insertion Muhammad Rizki
2022-09-25 21:14 ` [RFC PATCH v5 15/18] discord: Add save_broadcast() " Muhammad Rizki
2022-09-25 21:14 ` [RFC PATCH v5 16/18] discord: Add save_discord_mail() " Muhammad Rizki
2022-09-25 21:14 ` [RFC PATCH v5 17/18] discord: Add save_email() " Muhammad Rizki
2022-09-25 21:14 ` [RFC PATCH v5 18/18] discord: Add $sync basic command Muhammad Rizki
2022-09-25 21:31 ` [RFC PATCH v5 00/18] Refactor Telegram & initial work Discord Ammar Faizi
2022-09-25 21:37   ` Muhammad Rizki
2022-09-25 21:48     ` Ammar Faizi
2022-09-25 21:52       ` Muhammad Rizki
2022-09-25 21:58         ` Ammar Faizi
2022-09-30 12:21           ` Ammar Faizi
2022-09-30 13:39             ` Muhammad Rizki [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    [email protected] \
    [email protected] \
    [email protected] \
    [email protected] \
    [email protected] \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox