defe#
A Tech feed Aggregator for Developers
🔮 Installation#
Install defe using pip
from PyPI
pip install defe
Usage#
-
As CLI Just run the
defe
command -
As a Package
from defe import defe
import pprint
f = defe.feed()
pprint.pprint(f.news())
pprint.pprint(f.feeders("newsletters"))
Documentation#
Development#
- Create virtual environment.
virtualenv -p python3 venv && cd venv && source bin/activate
- Clone the repository.
git clone https://github.com/Bhupesh-V/defe.git
- Install Dependencies.
pip install -r requirements.txt
- Run tests.
python tests.py
- Lint the project with
black --check --diff .
📝 Changelog#
See the CHANGELOG.md file for details.