🏗️ This README is not finish
[TOC]
We are constantly bombarded with information of all kinds from all over the world on multiple networks. We would like to be able to follow the news, but unfortunately it is becoming impossible because of the too much information.
ActualiT is there to help solve this problem, it will retrieve for you the news on different networks (twitter, reddit, RSS and newsAPI) and bring it back to you on a simple and simple interface.
Then it is up to you to settle for the brief summary provided or go to the site from which the information comes for more details.
- Python >= 3.5
git clone https://github.com/gnouf1/ActualiT.git ActualiT
cd ActualiT
pip install requirements.txt --user
python main.py
# If you have two versions
pip3 install requirements.txt --user
python3 main.py
git clone https://github.com/gnouf1/ActualiT.git ActualiT
cd ActualiT
pip install requirements.txt
python main.py
The GUI is not fully finish.
But as we can see here she's in three parts.
From left to right :
- Button part : Here juste the refresh button for the moment.
- mainCol: Here we can see all the articles that have been scraped on RSS/Tweeter/Reddit/NewsAPI.
- Article Shower: Here you can read an little summary of your article or read more when clic on the "En Savoir Plus..." link.
[X] Read article
[X] Add sources from txt files
[] Add sources from GUI
[] Word Cloud
[] Heatmap
[] Refresh specific source
[] Save article
[] Share article
[] Rank source
[] Do an real roadmap
[] Multi-language support
[] People recognize
Please contact me on discord especially while this README it's not finish.
Nous sommes continuelement bombardé d'information en tout genre venant de partout sur de multiples réseaux. On souhaiterais pouvoir suivre l'actualité mais ça devient hélas impossible à cause du trop grand nombre d'information.
ActualiT est là pour aider à pallier à ce problème, il va récupérer pour vous l'actualité sur différent reseaux (twitter, reddit, RSS et newsAPI) et vous le ramène sur une interface sobre et simple.
Ensuite libre à vous de vous contenter du résumé succint fournit ou d'aller sur le site d'où provient l'information pour avoir plus de détails.
- Python >= 3.5
git clone https://github.com/gnouf1/ActualiT.git ActualiT
cd ActualiT
pip install requirements.txt --user
python main.py
# If you have two versions
pip3 install requirements.txt --user
python3 main.py
git clone https://github.com/gnouf1/ActualiT.git ActualiT
cd ActualiT
pip install requirements.txt
python main.py
Si vous souhaitez participer je vous invite à me contacter par Discord avant de proposer une PR. Surtout tant que ce README n'est pas terminé.
- gnouf1
Alpha, really early.