ru13r / py-feeder

RSS Parser in Python with NLP for Russian language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

py-feeder

A simple RSS parser written in Python using NLP model to detect and group similar news.

Libraries used:

Installation

Clone the repository.

git clone https://github.com/ru13r/py-feeder

Create the virtual environment, then run

pip3 install

For spacy model to work you also need to manually download the model file

python -m spacy download ru_core_news_md

About

RSS Parser in Python with NLP for Russian language

License:GNU Lesser General Public License v2.1


Languages

Language:Python 92.2%Language:HTML 7.8%