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.29.105.153]) by gnuweeb.org (Postfix) with ESMTPSA id 550DA80908; Sat, 17 Sep 2022 17:14:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=default; t=1663434848; bh=8X7qVHwpEIV5109ZVt4m1+hlHwiIX6Ik1qMDalBcT8I=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=AhgKQusMPbCkV/2Ul8l19u1ZzqlKEcPcePCYogAkx8EomJeQIGLs0FsrizJjsEFJ9 aMHuYGRem0cCfXhxkKA9EvQDi4KoPbzrjIZxCnpxrj3JGx784kPV4QrDU9WWW/Ytsg 3848OEBYWym+yc8ZZbcwTBS7ZSbVixh1hGe12FwWmp5n2M/jpQbBovx+xSW6OsiHNV eiSbCR0M69yr4HQtBPxlt3/CCmxK/6P+WR0EPF4xcE48tirPzHrcOAodsVbspyic5f DU3XGv0etNhqFHIHcJ2oUMNLIBhkkUpl9CewcyCZgzmsjXrjVIOfXCUxw2mezKu1GY C/5eBXx02kyfw== Message-ID: <7ad9404b-4f7c-a4a9-4304-2cefd5570971@gnuweeb.org> Date: Sun, 18 Sep 2022 00:14:02 +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 v2 07/17] Move scraper and utility file Content-Language: en-US To: Muhammad Rizki Cc: Alviro Iskandar Setiawan , GNU/Weeb Mailing List References: <20220913102458.615-1-kiizuha@gnuweeb.org> <20220913102458.615-8-kiizuha@gnuweeb.org> From: Ammar Faizi In-Reply-To: <20220913102458.615-8-kiizuha@gnuweeb.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: On 9/13/22 5:24 PM, Muhammad Rizki wrote: > I want to move these files to the daemon/atom to make it reusable in > future use, because there will be a Discord bot. Affected codes are > changed too for imports Stop using "I want to" pattern commit message. -- Ammar Faizi