Relative Content

Tag Archive for pythonapiweb-scrapingdisqus

Title: Disqus API since Parameter Fetching Older Comments Instead of Recent Ones

I’m working on a script to fetch comments from multiple Disqus forums using the Disqus API. My goal is to retrieve comments from the last specified number of hours up to the current time. However, I’m encountering an issue where the since parameter appears to work in the opposite way, fetching older comments rather than the recent ones.