Edward Zhuang

Results 12 comments of Edward Zhuang

由于了解到学校官方(可以确定计算机学院)不再接受pdf版本的毕业论文,本项目不再维护,所以不进行上传了。

The configuration of the API keys and pwd to db becomes exposed as soon as you open the homepage… And the docker image only uses the default port 5000 and...

Ofc I manually change the ports forwarding as `5060:5000` and it works. But that means we dont need a `.env` file with hardcoded environment settings.

But the `.env` file does not work as expected in docker. E.g. change the `PORT=5000` (by default) to `PORT=15080`, you can change the ports forwading in docker-compose.yml at the same...

#322 add mapping `./.env:/app/.env`, and it indeed solved the issue of initializing env configurations using the image. There are two remaining concerns — correct me if I’m wrong: 1. Any...

项目的私有数据是基于 `MindSpider` 爬虫模块(基于[MediaCrawler - 自媒体平台爬虫](https://github.com/NanmiCoder/MediaCrawler)),可以从README[爬虫结构](https://github.com/666ghj/BettaFish/tree/main/MindSpider#%E9%A1%B9%E7%9B%AE%E7%BB%93%E6%9E%84)中观察到只接入了中国国内的媒体平台。 ```txt MindSpider/ ├── BroadTopicExtraction/ # 话题提取模块 │ ├── database_manager.py # 数据库管理器 │ ├── get_today_news.py # 新闻采集器 │ ├── main.py # 模块主入口 │ └── topic_extractor.py #...

https://github.com/666ghj/BettaFish/tree/main/MindSpider#%E9%A1%B9%E7%9B%AE%E5%BC%80%E5%8F%91%E6%8C%87%E5%8D%97