https://github.com/navytitanium/hostelworld-finder
Returns the best hostels from hostelworld.com given a location and date
https://github.com/navytitanium/hostelworld-finder
hostel hostels hostelworld hostelworld-finder trip-planning
Last synced: 3 months ago
JSON representation
Returns the best hostels from hostelworld.com given a location and date
- Host: GitHub
- URL: https://github.com/navytitanium/hostelworld-finder
- Owner: NavyTitanium
- Created: 2019-11-29T02:01:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-03T00:42:44.000Z (over 5 years ago)
- Last Synced: 2025-01-11T16:49:49.086Z (5 months ago)
- Topics: hostel, hostels, hostelworld, hostelworld-finder, trip-planning
- Language: Python
- Size: 307 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hostelworld-Finder
Returns the best hostels from hostelworld.com given a location and date. The hostelworld website filters weren't flexible enough for my needs so i decided to process the results from their JSON API. This script allows to:- Sort the hostels by number of reviews
- Process the comments made by users
- By default, only the first 6 pages are fetched for each hostels, using 15 threads
- Get the most frequent words used
- Count Male/Female
- Count users nationality
## Dependency
```
# apt-get install python3-setuptools
# pip3 install prettytable
```
