【问题标题】:How to extract all Twitter feeds of sinhala language language only using python?如何仅使用 python 提取所有僧伽罗语语言的 Twitter 提要? 【发布时间】:2020-01-28 07:36:32 【问题描述】: 我只想提取特定语言的所有 Twitter 提要。 (提取僧伽罗语推文)如何使用 python 做到这一点? 【问题讨论】: 标签: python tweepy tweets 【解决方案1】: regex 很有用。 僧伽罗语使用代码U+0D80~U+0DFF in utf-8。首先,尝试使用正则表达式提取包含僧伽罗语字符的推文。 【讨论】: