https://github.com/cburmeister/vagabond
Search https://www.airbnb.com/ without leaving the prompt.
https://github.com/cburmeister/vagabond
airbnb cli
Last synced: 17 days ago
JSON representation
Search https://www.airbnb.com/ without leaving the prompt.
- Host: GitHub
- URL: https://github.com/cburmeister/vagabond
- Owner: cburmeister
- License: mit
- Created: 2015-02-21T00:05:00.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-25T16:18:45.000Z (almost 9 years ago)
- Last Synced: 2025-02-15T07:21:19.002Z (2 months ago)
- Topics: airbnb, cli
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

vagabond
===========Search https://www.airbnb.com/ without leaving the prompt.
---
## Install
```bash
$ python setup.py install
```## Usage
Want to get away?
```bash
$ vagabond --query vanuatu
[
{
"instant": true,
"lat": "-17.77155394774955",
"lng": "168.31360175045555",
"name": "The Makordel Lodge ",
"price": 69.0,
"summary": "\n Entire home/apt \u00b7 3 reviews \u00b7 Port-Vila\n\n",
"url": "/rooms/3410639?s=pdDG"
},
{
"instant": false,
"lat": "-17.75696070408711",
"lng": "168.28999982598978",
"name": "Waterfront, 7 mins from town",
"price": 80.0,
"summary": "\n Private room \u00b7 4 reviews \u00b7 Port Vila\n\n",
"url": "/rooms/1508188?s=pdDG"
}
]
```Check out the help for all available arguments:
```bash
$ vagabond --help
```