build0017 v 0.0.1 Прототип

This commit is contained in:
Hell13Cat
2021-12-29 02:03:11 +03:00
parent e2021a1be2
commit 37b97a153b
3 changed files with 9 additions and 6 deletions
+9 -4
View File
@@ -1,5 +1,10 @@
# local-search-engine # Local Search Engine
Local Search Engine v 0.0.1 - Прототип (build0017)
Will there be proxy or VPN support? Будет ли поддержка VPN или прокси?
- No - Нет
Для работы требуется:
- Python 3.8+
- Модули: cfscrape, BeautifulSoup4, lxml, cfscrape, flask
BIN
View File
Binary file not shown.
-2
View File
@@ -1,7 +1,5 @@
import db import db
from bs4 import BeautifulSoup from bs4 import BeautifulSoup
import wget
import os
import cfscrape import cfscrape
import extf import extf