ctrlf-python

CTRL+F Python client


License
MIT
Install
pip install ctrlf-python==0.1.2

Documentation

CTRL+F Python client

pipenv install ctrlf-python

Usage

>>> import ctrlf as find
>>> find.food('This morning, I ate an apple with some peanut butter.', token='…').json()
{'matches': ['peanut butter', 'apple'], 'result': 'This morning, I ate an apple with some peanut butter.'}

Dependencies

requests (2.23.0)