Skip to content

Web frontend for SimplyNews (mirrored)

License

Notifications You must be signed in to change notification settings

Simple-Web-Project/SimplyNews-Web

Folders and files

NameName
Last commit message
Last commit date
May 1, 2022
Jun 15, 2022
Jun 15, 2022
Jun 15, 2022
Jun 15, 2022
May 14, 2022
Feb 2, 2021
Jun 13, 2022
Apr 23, 2022
Jun 15, 2022
May 14, 2022
Jun 15, 2022

Repository files navigation

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