Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/james-see/appintel
Gather market research data into a machine readable form from iTunes
https://github.com/james-see/appintel
api apple ibooks itunes itunes-api itunes-search python3
Last synced: 21 days ago
JSON representation
Gather market research data into a machine readable form from iTunes
- Host: GitHub
- URL: https://github.com/james-see/appintel
- Owner: james-see
- License: gpl-3.0
- Created: 2018-01-28T16:04:21.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2024-05-06T04:04:36.000Z (8 months ago)
- Last Synced: 2024-10-12T00:30:48.646Z (3 months ago)
- Topics: api, apple, ibooks, itunes, itunes-api, itunes-search, python3
- Language: Python
- Homepage:
- Size: 99.6 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# appintel
## What
Gather market data into a machine readable form from iTunes store data.
## Install
The easiest way is pip: `pip3 install appintel`.
## Usage
Use the `-h` for options:
```bash
$ itunizer -h
usage: appintel [-h] [-s SEARCH_TERM] [-c CATEGORY_LOCATION] [-p] [-n] [-t]
[--country STORE_COUNTRY] [--version]collects and processes app store data including ibook, application, and other
store items with metadata, example: itunizer -c ibook -s "corn" -toptional arguments:
-h, --help show this help message and exit
-s SEARCH_TERM, --search SEARCH_TERM
search term to search itunes store for (default:
nginx)
-c CATEGORY_LOCATION, --category CATEGORY_LOCATION
category in store to search for (default: software)
-p, --print print to screen results, helpful for testing (default:
False)
-n, --no-logo disables printing logo (default: False)
-t, --table prints out table as format for data (default: False)
--country STORE_COUNTRY
the store country you want to use for search results
(default: us)
--version, -v prints the version (default: False)
```## Why?
It is difficult to get nice structured data from Apple. This helps with that.
## Example search
!['example'](https://user-images.githubusercontent.com/616585/35492868-5dcf0e90-047d-11e8-974f-0dd7a0f33311.png)