文件名称:eduhack-hub:hub.eduhack.eu
文件大小:42KB
文件格式:ZIP
更新时间:2024-06-11 14:53:30
python flask nexa nexacenter centronexa
成瘾
apt install nginx git python3-pip sqlite3 # root
cat requirements.txt | xargs pip3 install --user # with the right user
eduhack的中心包括一个烧瓶应用程序和一个由cron计划的刮板。 可以通过/ admin进入管理界面,密码包含在conf.py中。所有未注释的功能都是显而易见的。 该配置包含在config.py中。
烧瓶
烧瓶应用程序将刮板的一部分用作库。 该应用程序取决于sqlalchemy和jinja,后者是登录名和请求验证图像的管理器。
几乎每个函数都定义一个端点:
/index/
【文件预览】:
eduhack-hub-master
----app.py(14KB)
----templates()
--------head.html(11KB)
--------filter_url.html(1KB)
--------area-1.html(920B)
--------filtered_posts.html(3KB)
--------submit.html(2KB)
--------search.html(3KB)
--------remove_title.html(800B)
--------login.html(473B)
--------index.html(4KB)
--------base.html(31KB)
--------old.html(13KB)
--------area-3.html(893B)
--------area-2.html(1022B)
--------admin.html(299B)
--------blogs.html(743B)
--------area-4.html(908B)
----database.py(6KB)
----static()
--------spyglass-d.png(328B)
----domains_blacklist(114B)
----requirements.txt(159B)
----edu.db.bak(28KB)
----.gitignore(58B)
----urls_blacklist(2KB)
----README.md(6KB)
----scrape.py(9KB)