Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davgothic/blm
A Rightmove BLM parser for Python
https://github.com/davgothic/blm
blm rightmove
Last synced: about 1 month ago
JSON representation
A Rightmove BLM parser for Python
- Host: GitHub
- URL: https://github.com/davgothic/blm
- Owner: davgothic
- License: mit
- Created: 2017-03-19T12:33:42.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-19T13:34:14.000Z (almost 8 years ago)
- Last Synced: 2024-10-24T22:00:29.332Z (3 months ago)
- Topics: blm, rightmove
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
BLM
===A Rightmove BLM parser for Python.
I'm developing this as a python learning exercise.
Usage
=====.. code-block:: python
import blm
blm_data = blm.read('path/to/blm/file')
print(blm_data['data'])
License
=======MIT