mattlisiv / newsapi-python

A Python Client for News API
MIT License
375 stars 130 forks source link

Content is not fully returned when run get_top_headlines() #72

Closed jamesnguyen30 closed 2 years ago

jamesnguyen30 commented 2 years ago

The content is returned like this: "content": "The company operating the National Broadband Network has claimed competition from wireless services including Elon Musks Starlink is threatening the viability of its business, as retail internet prov\u2026 [+2829 chars]" which has [+2829] at the end

To Reproduce sample: headlines = newsapi.get_top_headlines(q='', category='business')

Expected behavior A response is returned okay but the content of each article is not fully returned

jamesnguyen30 commented 2 years ago

I figured that I can use newspaper3k to fetch instead