Skip to main content

Online ORF News Wrapper

Project description

ORF-News

Online ORF News Wrapper

My Discord

Instructions

Install:

pip install orf-news

Information:

news() takes one required and one optional argument
news([HEADLINE], [LIMIT])
HEADLINE = str
LIMIT = int

Run Program:

# import orfnews and asyncio
import asyncio
from orf_news import orfnews

# make def
async def bread():
    output = await orfnews.news("ausland", 2)
    print(output)

# run def
asyncio.run(bread())

OUTPUT:

# with 2 posts
["post1", "post2"]
# without n posts limitation
["post1", "post2", ....., "postn"]

Ride the space skyway home to 80s Miami

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

orf_news-1.1.3.tar.gz (3.1 kB view details)

Uploaded Source

Built Distribution

orf_news-1.1.3-py3-none-any.whl (3.4 kB view details)

Uploaded Python 3

File details

Details for the file orf_news-1.1.3.tar.gz.

File metadata

  • Download URL: orf_news-1.1.3.tar.gz
  • Upload date:
  • Size: 3.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for orf_news-1.1.3.tar.gz
Algorithm Hash digest
SHA256 f77a0af4ffdeac88631da3f029a3853bfe2f504fb06b0eacd7c9c82427d98027
MD5 686028ba9ea728a56fc8451d4046cecd
BLAKE2b-256 11025dff9b54fc9e2dec4a428bb2f930a3e3e767024f69fe951323f1dda74110

See more details on using hashes here.

File details

Details for the file orf_news-1.1.3-py3-none-any.whl.

File metadata

  • Download URL: orf_news-1.1.3-py3-none-any.whl
  • Upload date:
  • Size: 3.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for orf_news-1.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 e76ef9f3fcc41bae26b714077ba746973b5456ce69750df9b31d0a699842b7e6
MD5 0aee60943999321cb7409f89d1f64cf8
BLAKE2b-256 176a748b4b7280bf163e7481f44a930cae402dc2e8643811c42c67f52e994179

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page