Datasets for the botswana property (real estate market) is scarce. This is a collection of webscrappers to collect data from multiple websites advertising / selling property in Botswana. The collected data is written to a websitename.csv file.
Below is a list of the property attributes that are currently being collected. More field may be added in time.
- Location
- Bedrooms
- Bathrooms
- plot_size_square_meters
- Carports
- Property_type (currently just residential)
- Price
If you have some awesome features , code_clean_up or additions you would like to make, feel free to make a pull request.
(no worries if your brain doesnt have awesome changes right now) You can solve some
Just make sure your code is well commented and organised. #Botswana_needs_data
- Fork it
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create new Pull Request