I am currently working on a project that requires me to collect news articles in Python under certain filters in real-time. I am doing this using the get_news_headlines() function and it works well. The only issue is that once I tried to run the code over an interval of 10 minutes, it did not collect any news. After further testing, I realized that news published within the previous 2 hours from the current time cannot be collected. For example, when I run the program at 8am, I can only collect data on news that were published at 6am or before.
Could someone help me with this issue please?