A website to read articles from other sites. Without JavaScript, ads or any other interruptions. Just content.
https://simplynews.manerakai.com
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 weeks ago | |
---|---|---|
drivers | 4 weeks ago | |
sites | 2 weeks ago | |
static | 2 weeks ago | |
templates | 1 month ago | |
.gitignore | 2 weeks ago | |
LICENSE | 1 year ago | |
README.md | 2 weeks ago | |
config.ini | 1 month ago | |
config.py | 1 year ago | |
main.py | 2 weeks ago | |
requirements.txt | 2 weeks ago |
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
sudo apt-get install xvfb xserver-xephyr tigervnc-standalone-server x11-utils gnumeric
cd SimplyNews-Web/
pip install -r requirements.txt
sudo chmod +x drivers/chromedriver
tar -xf drivers/ungoogled-chromium_*.tar.xz ./drivers/
Run the main.py
Directly
python3 main.py
Using uvicorn
uvicorn main:app --port 5000