A website to read articles from other sites. Without JavaScript, ads or any other interruptions. Just content.
https://simplynews.manerakai.com
This repository has been archived on 2023年09月02日 . You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
SimplyNews
SimplyNews is a website to read articles from other sites. Without JavaScript, ads or any other interruptions. Just content.
How to install
Clone the repository
git clone https://codeberg.org/SimpleWeb/SimplyNews-Web
Install the dependencies
cd SimplyNews-Web/
pip install -r requirements.txt
sudo chmod +x drivers/chromedriver
tar -xf drivers/ungoogled-chromium_*.tar.xz -C ./drivers/
sudo apt-get install x11-utils gnumeric
Run the main.py
Directly
python3 main.py
Using uvicorn
uvicorn main:app --port 5000