Bernd 02/26/2020 (Wed) 07:12:17 No.34666 del
>>34664
As far as the posting on endchan, or any lynx iteration, pretty easy because of the API. The difficulty you are going to have is pulling articles from a news site without scraping any junk. I'll assume you'll also want to scrape an image which will be even tougher. You can assume the body text will always be in the same position, so downloading the page and using regex to cut the text should be easy but images are sometimes stuck in different positions with different names.