Skip to main content

Get title and main body text from an article in a web page

Project description

Bug Patched
Home-page: https://github.com/RobinZhangWhyCoding/htmltext
Author: Robin Zhang
Author-email: whycoding@outlook.com
License: UNKNOWN
Description: HTMLText
=========
HTMLText is a simple tool to get main body text of articles in HTML web pages, such as news,bolg .etc.

Installation:
-------------
pip install htmltext

Usage:
------
from htmltext import HTMLText

title, text = HTMLText(html_data)

Example:
--------
import requests
from htmltext import HTMLText

r = requests.get(url_of_the_article)
title, text = HTMLText(r.content)
print(title)
print(text)



Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

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

htmltext-0.0.7.tar.gz (2.5 kB view hashes)

Uploaded Source

Built Distribution

htmltext-0.0.7-py3-none-any.whl (4.0 kB view hashes)

Uploaded Python 3

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