https://github.com/forecho/ultron
奥创
https://github.com/forecho/ultron
Last synced: about 1 year ago
JSON representation
奥创
- Host: GitHub
- URL: https://github.com/forecho/ultron
- Owner: forecho
- License: mit
- Created: 2015-07-03T01:10:18.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2017-04-17T06:09:24.000Z (over 9 years ago)
- Last Synced: 2024-12-25T07:22:15.232Z (over 1 year ago)
- Language: Python
- Size: 15.6 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ultron
奥创
## 安装环境
安装 python3.2.2 以上
```
sudo curl https://bootstrap.pypa.io/get-pip.py | python3
```
ubuntu
```
sudo apt-get install libxml2-dev libxslt-dev python-dev
sudo apt-get install python3-lxml
```
or centos
```
sudo yum install libxslt-devel libxml2-devel
sudo yum install python-lxml
```
包
```
sudo pip3 install lxml
sudo pip3 install requests
sudo pip3 install beautifulsoup4
sudo pip3 install pyyaml
```
## 使用方法
复制配置文件,并且修改
```
cp config.yml.example config.yml
```
然后执行
```
python3 app.py
```
## 部署
```
sudo pip3 install gunicorn
sudo pip3 install falcon
```