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 months ago | |
---|---|---|
drivers | 4 months ago | |
sites | 2 months ago | |
static | 2 months ago | |
templates | 2 months ago | |
utils | 2 months ago | |
.gitignore | 3 months ago | |
LICENSE | 2 years ago | |
README.md | 2 months ago | |
config.ini | 4 months ago | |
main.py | 2 months ago | |
requirements.txt | 3 months ago | |
result.json | 2 months 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
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