defe#

A Tech feed Aggregator for Developers

PyPI GitHubLicense PyPI - Status

🔮 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#

defe Documentation

Development#

  1. Create virtual environment.
virtualenv -p python3 venv && cd venv && source bin/activate
  1. Clone the repository.
git clone https://github.com/Bhupesh-V/defe.git
  1. Install Dependencies.
pip install -r requirements.txt
  1. Run tests.
python tests.py
  1. Lint the project with
black --check --diff .

📝 Changelog#

See the CHANGELOG.md file for details.