Skip to content

Releases: Sayad-Uddin-Tahsin/BBC-News-API

BBC News API & Wrapper Update

26 Aug 09:54
Compare
Choose a tag to compare

bbc-news - 1.0.2

Introducing the bbc-news Python library, version 1.0.2!

Changes

  • Added Yoruba language support
  • Updated README examples

Installation

You can install the updated bbc-news library via pip:

python -m pip install -U bbc-news

bbc-news requires Python 3.7 or later.

Checkout bbc-news on PyPI

BBC News API - 2.4

API: Enhancements

  • Bug Fixes
  • Added Yoruba language support

What's Changed

Full Changelog: v2.3...v2.4

BBC News API & Wrapper Update

23 Mar 09:02
Compare
Choose a tag to compare

bbc-news - 1.0.1

Introducing the bbc-news Python library, version 1.0.1! This release marks a stable version of the library, providing developers with a convenient way to access the BBC News API.

Changes

  • Added User-Agent on Request
  • Updated README
    • Added Stats on README

Installation

You can install the updated bbc-news library via pip:

python -m pip install -U bbc-news

bbc-news requires Python 3.7 or later.

Checkout bbc-news on PyPI

BBC News API - 2.3

API: Enhancements

  • Bug Fixes
  • Updated README
    • Added stats on README

Full Changelog: v2.2...v2.3

BBC News API & Wrapper Update

09 Mar 10:19
99ebed1
Compare
Choose a tag to compare

bbc-news - 1.0.0

Introducing the initial release of the bbc-news Python library, version 1.0.0! This release marks the first stable version of the library, providing developers with a convenient way to access the BBC News API programmatically.

Installation

You can install the bbc-news library via pip:

python -m pip install bbc-news

bbc-news requires Python 3.7 or later.

Checkout bbc-news on PyPI

BBC News API - 2.2

API: New

  • Added English Endpoint

API: Enhancements

  • Bug Fixes
  • Updated Documentation

Full Changelog: v2.1...v2.2

BBC News API v2.1

29 Feb 17:47
902cab0
Compare
Choose a tag to compare

New Endpoint Formation: https://bbc-api.vercel.app/<type>?lang=<language>

Full Changelog: v2.0...v2.1

BBC News API v2.0

28 Feb 17:14
ac5fce1
Compare
Choose a tag to compare

Introducing the new API endpoint: https://bbc-api.vercel.app

Enhancements

  • Significantly decreased response time for improved performance.
  • Bug Fixes

Full Changelog: https://github.com/Sayad-Uddin-Tahsin/BBC-News-API/commits/v2.0

BBC News API v1.5

11 Dec 16:09
985d99d
Compare
Choose a tag to compare

BBC News API v1.5

In v1.5 we added 29 APIs according to BBC Language Services!
Language Added: Endpoints.md

API URL Formation: /{language}/{type}

Full Changelog: v1.1...v1.5

API v1.1

08 Dec 09:41
86f7941
Compare
Choose a tag to compare

Added 2 Endpoints (news, latest) to BBC Bangla API

  • /news
    It'll send all the News from BBC Bangla.
    image

  • /latest
    This will send the Latest News and the First Category News from BBC Bangla.
    image