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 [172.16.0.2] (unknown [8.34.202.23]) by gnuweeb.org (Postfix) with ESMTPSA id E2BE780BE8; Sun, 11 Sep 2022 13:24:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=default; t=1662902675; bh=+IgraLd8krtUsRnuc9Ml2vgN+BIccUtXMNtGcBG+Tc0=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=Ifiqh2XZP6Eg7yEYMtJCUooRTIz1WZwtXKcwGzLtkVabMiCThq8J+yzahXrqHvp/Q KTtm6h/nN/TUH6Gt4qEOlgN8BIFw4BTIiPgFfpIcAqF+QBIaS0ahqmDhfho81l9dJo fzt9MLj3nM7EAtPify+m00gOSRjJUwMnazHob2/She+14bLOluM/0G02jDT5bpMLRY KNpoH/sn4nMomb0bwrFP6TB6T/wvtnv5rG93GmRVpO05hUU4PIZbJb3/yG8UB2cbFN CErR6J5WWycW+rny8kzwnxrRLzQmuNZK0TqzDlqGYd6sXwhukdOLQmzIBiOc75nIlv +LsK+S72N8o8g== Message-ID: <6f5297d5-43e8-2839-d71b-0ed966ff5d33@gnuweeb.org> Date: Sun, 11 Sep 2022 20:24:31 +0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0 Subject: Re: [RFC PATCH v1 00/17] Refactor Telegram & initial work Discord Content-Language: en-US To: Muhammad Rizki Cc: Alviro Iskandar Setiawan , GNU/Weeb Mailing List References: <20220911103323.1949-1-kiizuha@gnuweeb.org> From: Ammar Faizi In-Reply-To: <20220911103323.1949-1-kiizuha@gnuweeb.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: On 9/11/22 5:33 PM, Muhammad Rizki wrote: > Muhammad Rizki (17): > [telegram] Move the Telegram bot source code > [telegram] Refactor Telegram bot database method > [telegram] Renaming some functions in scraper/bot.py > Add ignore file for .env > [telegram] Refactor the Telegram bot > [telegram] Renames in telegram mailer directory > Move scraper and utility file > [discord] Initial work Discord bot > [discord] Add success run notice on_ready event > [discord] Add error handler on events > Move db.sql to combine database with Discord and Telegram > [discord] Add database tables for Discord bot > [discord] Add initial Discord bot database instance > [discord] Add save_atom() in database insertion > [discord] Add save_broadcast() in database insertion > [discord] Add save_discord_mail() in database insertion > [discord] Add save_email() in database insertion Please stop using square brackets style for prefix when doing a git commit. Anything inside [ ] will be removed in "git am" including [PATCH ] or whatever... So, make it like this please: telegram: Move the Telegram bot source code telegram: Refactor Telegram bot database method telegram: Renaming some functions in scraper/bot.py Add ignore file for .env telegram: Refactor the Telegram bot telegram: Renames in telegram mailer directory Move scraper and utility file discord: Initial work Discord bot discord: Add success run notice on_ready event discord: Add error handler on events Move db.sql to combine database with Discord and Telegram discord: Add database tables for Discord bot discord: Add initial Discord bot database instance discord: Add save_atom() in database insertion discord: Add save_broadcast() in database insertion discord: Add save_discord_mail() in database insertion discord: Add save_email() in database insertion -- Ammar Faizi