Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

should expose the data about presence in the Knesset (נוכחות במשכן) #15

Open
OriHoch opened this issue May 9, 2017 · 0 comments

Comments

@OriHoch
Copy link
Contributor

OriHoch commented May 9, 2017

>>> from knesset_data.html_scrapers.mks_presence import MksPresence
>>> mks_presence = MksPresence.get()
>>> next(mks_presence)
{"mk_id": 909, "mk_name": "עבדאללה אבו מערוף", "present": True, "is_mk": True},
>>> next(mks_presence)
{"mk_id": 1: "mk_name": "יולי יואל אדלשטיין", "present": False, "is_mk": True},
>>> next(mks_presence)
{"mk_id": 41, "mk_name": "אריה מכלוף דרעי", "present": False, "is_mk": False}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant