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 cannot push or open issues/pull-requests.
 
 
 
Go to file
ManeraKai 3d74c66f8b
Rewriting of way of how to handle cache and pathnames
2022-06-15 13:01:12 +03:00
drivers Switched to chromium for aljazeeranet 2022-05-01 14:23:32 +03:00
sites Rewriting of way of how to handle cache and pathnames 2022-06-15 13:01:12 +03:00
static Rewriting of way of how to handle cache and pathnames 2022-06-15 13:01:12 +03:00
templates Rewriting of way of how to handle cache and pathnames 2022-06-15 13:01:12 +03:00
utils Rewriting of way of how to handle cache and pathnames 2022-06-15 13:01:12 +03:00
.gitignore merged SimplyNews-Sites and SimplyNews-Web with SimplyNews 2022-05-14 13:51:33 +03:00
LICENSE Initial commit 2021-02-02 09:54:57 +01:00
README.md Deleting unnecessary debian packages #2 2022-06-13 16:41:11 +03:00
config.ini Making it based on cache 2022-04-23 07:02:05 +03:00
main.py Rewriting of way of how to handle cache and pathnames 2022-06-15 13:01:12 +03:00
requirements.txt merged SimplyNews-Sites and SimplyNews-Web with SimplyNews 2022-05-14 13:51:33 +03:00
result.json Rewriting of way of how to handle cache and pathnames 2022-06-15 13:01:12 +03:00

README.md

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