this post was submitted on 08 Sep 2021
0 points (NaN% liked)
Open Source
31031 readers
843 users here now
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
- !libre_culture@lemmy.ml
- !libre_software@lemmy.ml
- !libre_hardware@lemmy.ml
- !linux@lemmy.ml
- !technology@lemmy.ml
Community icon from opensource.org, but we are not affiliated with them.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
The developer of changedetection.io is deleting questions and discussion on github and bans like it is reddit.
Especially when asked why changedetection.io only works with provider BrightData for proxies the dev is fast at deleting.
I am getting the impression this is a sales tool for bright data and that the dev is NOT OK.
Let me know if you know of ANYONE using proxies in changedetection that are NOT bright data.
An example: https://github.com/dgtlmoon/changedetection.io/discussions/1539
Original question in april and the rest of the discussion is gone and the thread is locked.
Thanks for pointing this out. I use changedetection.io and Huginn - I'm going to see if I can consolidate my scraping into just Huginn instead.
once you've figured out how to do that...please make a post.
I'm still finagling with it but I used the Website Agent and xpaths and it seems to work as intended. I followed a bit of this guide. The problem I'm currently trying to solve is that one of the websites I monitor lazy-loads content with JS, and huginn tries to instantly grab html data.
i have selenium standalone container and they dont support javascript and cookies out of the box. will check that linode guide. thanks.
was fiddleling with n8n and portia aswell...but never to much success.