pyTweetBot.news package¶
Submodules¶
pyTweetBot.news.GoogleNewsClient module¶
-
class
pyTweetBot.news.GoogleNewsClient.GoogleNewsClient(keyword, lang, country)¶ Bases:
objectThis a a Google News client. Which returns an array containing the URLs and titles.
-
get_news(page=0)¶ Get news :param page: Page to get :return: Array of news
-
get_page_title(url)¶ Get page’s title :param url: :return:
-