I just joined premium forum for 1 month. I want to scrape their content for later because my subscription is only 1 month.the title said everything![]()
Is there any way I can scrape all content including attachments and read offline?
Thank you.
I just joined premium forum for 1 month. I want to scrape their content for later because my subscription is only 1 month.the title said everything![]()
yeah you can build a scraper to do thisI just joined premium forum for 1 month. I want to scrape their content for later because my subscription is only 1 month.
Is there any way I can scrape all content including attachments and read offline?
Thank you.
I mean, do you have any experience with this?yeah you can build a scraper to do this
I don't know any tool you need to hire a dev to build for you what you wantI mean, do you have any experience with this?
Is there an easy tool to scrape forum posts?
It seems I didn't try use it without custom settingsdelete all this and write this
import undetected_chromedriver as uc
driver = uc.chrome()
# your code here
and that's set you are don't if you run this code a new Chrome will open and you can log in with it on Google![]()
Yea, you can send me the url and i'll take a look on itDo you have any method that can get a list of all posts on 1 blog/website?
Can you read the full content after getting the URL?
Here is an example that I can quote: searchenginejournal.comYea, you can send me the url and i'll take a look on it
Here is 20 pages of the news sections with article's title, url, description and publish dateHere is an example that I can quote: searchenginejournal.com
If it violates the regulations of BHW, please let the management know
Yeah, its better if you request a custom script as you won't find something pre-made for that specific forum. Be awareI mean, do you have any experience with this?
Is there an easy tool to scrape forum posts?
Thanks, mate, but I want to ask about the method. I don't want the result.Here is 20 pages of the news sections with article's title, url, description and publish date
https://gofile.io/d/2VzRC7
https://www.virustotal.com/gui/file...427901f353e64965e85bbdd40b2ca1d1d83?nocache=1
You need to build a scraper . The method can be implemented by using a programming language and tools that send a request , parse the data and extract them. You can look into selenium, bs4 , puppeteerThanks, mate, but I want to ask about the method. I don't want the result.
I was able to get images no problem, get the urls first and then loop through them. What tools do you use?Can you download images from this site? https://www.peakpx.com/
I have tried to make an automation tool to download images from the site, but it seems that the site using google captcha v2 to prevent me. I can download some images and after that, the tool will not work
I using jsoup and selenium, and both of them are not working. My tool can only download 20-30 images (I mean original images, not thumbnail), and after that the site block my tool, and the image downloaded will be wrong.I was able to get images no problem, get the urls first and then loop through them. What tools do you use?
What are some best practices for web automation and web scraping, such as avoiding legal or ethical concerns?
there is nothing to do about thisAny recommendations about running large scale puppeteer farms? The ram/cpu bottleneck is quite expensive if you run hunderds of accounts.