hustlr:HN骗子的网络应用 源码
Hustlr:命名您的启动的Web应用程序 带有Mongo后端的Flask Web应用程序,将基于Hacker News生成一家初创公司的名称。 要查看实际效果, 关于 该Web应用程序提供生成您自己的Hacker News启动名称所需的代码。 基础业务逻辑 # Import Python HN API and Pyphen from hackernews import HackerNews import pyphen import random from itertools import chain # Generate dictionary dic = pyphen.Pyphen(lang='en') # Generate HN hn = HackerNews() # Get top 50 Stories top_stories = hn.top_stories(limit=50) #
文件列表
hustlr-master.zip
(预估有个22文件)
hustlr-master
hustlr
application.py
748B
update_mongo.py
104B
templates
result.html
3KB
index.html
3KB
about.html
3KB
Dockerfile
507B
static
暂无评论