Metadata-Version: 2.1
Name: onefeed
Version: 0.2.1
Summary: Info feed only for yourself
Home-page: https://github.com/dadaers/OneFeed
Author: anorakj
Author-email: nicholasjcc@gmail.com
License: Apache 2.0
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: Scrapy (>=2.1.0)
Requires-Dist: Flask (>=1.1.2)
Requires-Dist: pyasn1

# OneFeed

OneFeed is a customizable feed engine that subscribes to multiple info sources via crawler. You can use it just like your favorite info websites except that it is all in one. It will also support AI based feed recommendation system in the future, however, controlled only by yourself.

## Install
```shell script
pip install onefeed
```  

## Usage
```shell script
onefeed fetch # crawl the info
onefeed start # start the server
```

