Tuesday, March 14, 2017

voice reading RSS feeds with Python

Here is a small Python script that can read arbitrary RSS feed and later read it to you by voice. As an example I have RSS feeds from two websites: yandex.ru and news.ycombinator.com loaded in Russian and English language respectively. It has following dependencies: gTTS (google text to speach module, core function) also pyglet and feedparser.

1 comment: