All Projects → jparise → apprankings

jparise / apprankings

Licence: MIT license
App Store Rankings Scraper

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to apprankings

Fledge
Fledge: A CI/CD tool for Flutter
Stars: ✭ 152 (+310.81%)
Mutual labels:  appstore
Autoarchive
一个基于Jenkins的iOS/Android自动构建系统,它实现了最大程度的自动化,让你的iOS自动打包,Android自动打包流程变得更加高效。此项目包含了各种实现细节的讲解说明,你能够使用它解决大多数跟客户端构建/分发相关的问题,并将这种能力进行开放,提高研发效率。
Stars: ✭ 248 (+570.27%)
Mutual labels:  appstore
PhotoMiner
Photo finder application for macOS
Stars: ✭ 102 (+175.68%)
Mutual labels:  appstore
Beefun Pro
Github client for iOS in Swift.
Stars: ✭ 172 (+364.86%)
Mutual labels:  appstore
App review
App Review - Request and Write Reviews and Open Store Listing for Android and iOS in Flutter. Maintainer: @rodydavis
Stars: ✭ 213 (+475.68%)
Mutual labels:  appstore
MADBike
This is the public repository of the MADBike app for iOS. Public bike rental service for BiciMAD.
Stars: ✭ 23 (-37.84%)
Mutual labels:  appstore
Workflowshare
Workflow实例分享
Stars: ✭ 137 (+270.27%)
Mutual labels:  appstore
framework7-appstore-react
iOS App Store UI
Stars: ✭ 78 (+110.81%)
Mutual labels:  appstore
Nativepopup
Clone of Apple iOS App's feedback popup, and easily customizable.
Stars: ✭ 247 (+567.57%)
Mutual labels:  appstore
accrescent
A novel Android app store focused on security, privacy, and usability
Stars: ✭ 208 (+462.16%)
Mutual labels:  appstore
React Native In App Review
The Google Play In-App Review API, App store rating API lets you prompt users to submit Play Store or App store ratings and reviews without the inconvenience of leaving your app or game.
Stars: ✭ 175 (+372.97%)
Mutual labels:  appstore
Inapppurchase
A Simple and Lightweight framework for In App Purchase
Stars: ✭ 202 (+445.95%)
Mutual labels:  appstore
Einstore
Enterprise appstore for easy app deployment, completely open sourced
Stars: ✭ 125 (+237.84%)
Mutual labels:  appstore
Boardbank
iOS Money Manager for Board Games
Stars: ✭ 155 (+318.92%)
Mutual labels:  appstore
ColorByNumber-iOS
Color by Number: a pixel coloring game on iOS.
Stars: ✭ 50 (+35.14%)
Mutual labels:  appstore
Simpleweather
a simple weather app
Stars: ✭ 141 (+281.08%)
Mutual labels:  appstore
Next-Station-iOS
Source code of Next Station iOS app, available on App Store for downloading.
Stars: ✭ 15 (-59.46%)
Mutual labels:  appstore
istore
一个 Openwrt 标准的软件中心,纯脚本实现,只依赖Openwrt标准组件。支持其它固件开发者集成到自己的固件里面。更方便入门用户搜索安装插件。The iStore is a app store for OpenWRT
Stars: ✭ 483 (+1205.41%)
Mutual labels:  appstore
Obfuscator
iOS工程混淆器是围绕混淆iOS代码过审上架为目标构建出来的 Mac 软件。为应对苹果『4.3-代码重复条款』和『2.1条款』,混淆器通过内置苹果应用分类相关的百万词库修改工程中的文件/目录名、变量属性名和方法名、修改资源的hash、注入强关系强调用的方法代码,注入有调用关系的混淆类文件等手段达到大幅提高马甲包过审率的目的。除此之外,软件内置了一键提交审核、实时查看app的审核状态并嵌入了几个开发效率工具如本地化工具、提取Assets资源、替换AppIcon等。(另外:我们提供马甲包开发、tf签名等服务,有意请🤙 联系QQ:2480619280)
Stars: ✭ 39 (+5.41%)
Mutual labels:  appstore
MacOS-All-In-One-Update-Script
Mac update shell script (Appstore, macOS, Homebrew and others)
Stars: ✭ 39 (+5.41%)
Mutual labels:  appstore

App Store Rankings Scraper

Copyright © 2011, 2012 Jon Parise <[email protected]>

apprankings scrapes App Store rankings from iTunes and writes the results to a CSV-formatted output file. It currently queries both the iPhone and iPad App Stores for the Paid, Free, and Top Grossing lists. It covers the All and Games categories, but it could be further extended and parameterized to support a much wider range of queries.

This code is released under the terms of the MIT License.

Usage

usage: apprankings [-h] [-v] [-a APPS [APPS ...]] [-c COUNTRIES [COUNTRIES ...]]
                   [-o OUTPUT] [--threads THREADS]

Scrape App Store rankings

optional arguments:
-h, --help            show this help message and exit
-v, --verbose         verbose logging output
-a APPS [APPS ...], --apps APPS [APPS ...]
                        include only these app IDs in the output
-c COUNTRIES [COUNTRIES ...], --countries COUNTRIES [COUNTRIES ...]
                        list of ISO-3166-1 Alpha-2 country codes to query
-o OUTPUT, --output OUTPUT
                        CSV-formatted output file (default: rankings.csv)
--source SOURCE       source address given as host[:port] (default: auto)
--threads THREADS     request thread pool size (default: 4)

TODO

  • Support for parametizable category queries.
  • Consider adding more output fields:
    • Developer
    • Link
    • Price
    • Updated Date
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].