Check nearby Apple stores for iPhone X availability
Project description
# iPhone X Stock Chcker
This installs a CLI `checkx` that will check nearby apple stores for locations that have the iPhoneX instock.
## Installation
``` bash
$ pip install iphone-checker
```
or Just download or clone this project, `cd` into the dir then run
``` bash
$ python setup.py install
```
or
``` bash
$ pip install .
```
## Usage
### Module Usage
```python
In [1]: from iphone_checker import check_availability
In [2]: check_availability('tmobile', '92620')
Out[2]: [] # Too accurate
```
### CLI usage
```
$ checkx -z 92620
No stores near 92620 have stock. :(
$ checkx --help
Usage: checkx [OPTIONS]
Options:
-c, --carrier TEXT Which carrier do you need?
-z, --zipcode TEXT What zipcode to search in?
--help Show this message and exit.
```
## Contributing
1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request :D
## License
MIT: [http://rem.mit-license.org](http://rem.mit-license.org)
This installs a CLI `checkx` that will check nearby apple stores for locations that have the iPhoneX instock.
## Installation
``` bash
$ pip install iphone-checker
```
or Just download or clone this project, `cd` into the dir then run
``` bash
$ python setup.py install
```
or
``` bash
$ pip install .
```
## Usage
### Module Usage
```python
In [1]: from iphone_checker import check_availability
In [2]: check_availability('tmobile', '92620')
Out[2]: [] # Too accurate
```
### CLI usage
```
$ checkx -z 92620
No stores near 92620 have stock. :(
$ checkx --help
Usage: checkx [OPTIONS]
Options:
-c, --carrier TEXT Which carrier do you need?
-z, --zipcode TEXT What zipcode to search in?
--help Show this message and exit.
```
## Contributing
1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request :D
## License
MIT: [http://rem.mit-license.org](http://rem.mit-license.org)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Close
Hashes for iphone-checker-0.0.1.dev11.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8488cf94bcb2d5baeb6a9ab19a103484d41c0d7c1f26cc2ce582b6fc9c7be825 |
|
MD5 | 658b79a82ec81b00f7bcd2df416e3b48 |
|
BLAKE2b-256 | 710f5803b64c5db80a3c1772709ef2976bd26242c7998e606738f41a79086918 |