瀏覽代碼

Initial commit

dev
Noëlle 1 年之前
父節點
當前提交
422b90298f
沒有發現已知的金鑰在資料庫的簽署中
共有 4 個檔案被更改,包括 12 行新增0 行删除
  1. 8
    0
      .gitignore
  2. 1
    0
      README.md
  3. 0
    0
      __init__.py
  4. 3
    0
      bussard.py

+ 8
- 0
.gitignore 查看文件

# Pyre type checker # Pyre type checker
.pyre/ .pyre/


# venv
bin/
bussard/
include/
lib/
lib64/
pyvenv.cfg
lib64

+ 1
- 0
README.md 查看文件



<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>. This means: <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>. This means:


* You may copy this code freely.
* You may use this code, or any portion of it, in your own works. * You may use this code, or any portion of it, in your own works.
* If you do so, you MUST: * If you do so, you MUST:
* Give credit to the original author. * Give credit to the original author.

+ 0
- 0
__init__.py 查看文件


+ 3
- 0
bussard.py 查看文件

import feedparser
import Psycopg2


Loading…
取消
儲存