A function to get a website title
Project description
Python 3.5.2 (v3.5.2:4def2a2901a5, Jun 25 2016, 22:18:55) [MSC v.1900 64 bit (AM
D64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import getwebtitle
>>> getwebtitle.get_title('https://www.baidu.com')
'百度一下,你就知道'
>>> getwebtitle.get_title('https://www.weibo.com')
'Sina Visitor System'
>>> getwebtitle.get_title('https://news.sina.com.cn/')
'新闻中心首页_新浪网'
>>>
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
getwebtitle-0.0.3.tar.gz
(2.3 kB
view hashes)