how can we get news directly on codebook? can it be done without the api key
i am using currently
df = ek.get_news_headlines('Topic:COVID AND Language:LEN AND Source:RTRS', date_from='2021-04-01T09:00:00',date_to='2021-04-02T09:00:00',count=50)
df.head()
is it possible to do it directly on codebook? if so function?