НЯН (Nyan) is a news aggregator that scrapes news from different Telegram channels, clusters similar posts, and forms a united feed. All sources are split into several groups, so anyone can understand whether they can trust them.
Channel itself: NyanNews
Extensive description (in Russian): Whitepaper
Detailed instruction (in Russian): Как поднять свой НЯН
Install git and pip
sudo apt-get install git python3-pip
Clone repo
git clone https://github.com/NyanNyanovich/nyan
Install Python requirements
pip3 install -r requirements.txt
Download models
bash download_models.sh
Install Docker and Docker Compose.
- Docker instructions: https://docs.docker.com/engine/install
- Docker Compose instructions: https://docs.docker.com/compose/install
Provide Telegram API credentials to configs/client_config.json.
Run Mongo container
docker-compose up
Run crawler
bash crawl.sh
Run server
bash send.sh