SimpleWeb/SimplyNews
Archived
0
2
Fork
You've already forked SimplyNews
0
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.
Python 89.1%
HTML 7.8%
CSS 3.1%
Find a file
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
config.ini Making it based on cache 2022年04月23日 07:02:05 +03:00
LICENSE Initial commit 2021年02月02日 09:54:57 +01:00
main.py Rewriting of way of how to handle cache and pathnames 2022年06月15日 13:01:12 +03:00
README.md Deleting unnecessary debian packages #2 2022年06月13日 16:41:11 +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

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