GithubHelp home page GithubHelp logo

touchwonders / testflight-exporter Goto Github PK

View Code? Open in Web Editor NEW
13.0 13.0 0.0 333 KB

TestFlightapp.com will shutdown on 2/26/2015. We created a script that exports all previously uploaded app binaries.

License: MIT License

Ruby 100.00%

testflight-exporter's People

Contributors

ashtom avatar fabiomassimo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

testflight-exporter's Issues

cannot load such file -- commander (LoadError)

Hi, appreciate you guys to provide this cool exporter.
I just downloaded zip file from master branch to my macbook.

But stuck here:
zhoujun:bin zhoujun$ sudo ./tfexporter --max 10
Password:
/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/universal-darwin14/rbconfig.rb:213: warning: Insecure world writable dir /usr/local/heroku/bin in PATH, mode 040777
/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in require': cannot load such file -- commander (LoadError) from /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:inrequire'
from ./tfexporter:5:in `

'

Could you help? thanks.

Download Latest X Builds Only

We have many apps and thousands of builds per app. Could you add a command-line parameter that specifies how many latest builds to download for each app?

Crashes on the same app

When downloading one app (others works) it crashes with this stack:

/Library/Ruby/Gems/2.0.0/gems/TestFlightExporter-0.0.2/lib/testflight_exporter.rb:227:in `process_install_page': undefined method `text' for nil:NilClass (NoMethodError)
    from /Library/Ruby/Gems/2.0.0/gems/TestFlightExporter-0.0.2/lib/testflight_exporter.rb:222:in `block in process_build_page'
    from /Library/Ruby/Gems/2.0.0/gems/mechanize-2.7.3/lib/mechanize.rb:442:in `get'
    from /Library/Ruby/Gems/2.0.0/gems/TestFlightExporter-0.0.2/lib/testflight_exporter.rb:222:in `process_build_page'
    from /Library/Ruby/Gems/2.0.0/gems/TestFlightExporter-0.0.2/lib/testflight_exporter.rb:215:in `block (2 levels) in process_builds_page'
    from /Library/Ruby/Gems/2.0.0/gems/mechanize-2.7.3/lib/mechanize.rb:442:in `get'
    from /Library/Ruby/Gems/2.0.0/gems/TestFlightExporter-0.0.2/lib/testflight_exporter.rb:211:in `block in process_builds_page'
    from /Library/Ruby/Gems/2.0.0/gems/TestFlightExporter-0.0.2/lib/testflight_exporter.rb:210:in `each'
    from /Library/Ruby/Gems/2.0.0/gems/TestFlightExporter-0.0.2/lib/testflight_exporter.rb:210:in `process_builds_page'
    from /Library/Ruby/Gems/2.0.0/gems/TestFlightExporter-0.0.2/lib/testflight_exporter.rb:180:in `block (2 levels) in process_dashboard_page'
    from /Library/Ruby/Gems/2.0.0/gems/mechanize-2.7.3/lib/mechanize.rb:442:in `get'
    from /Library/Ruby/Gems/2.0.0/gems/TestFlightExporter-0.0.2/lib/testflight_exporter.rb:161:in `block in process_dashboard_page'
    from /Library/Ruby/Gems/2.0.0/gems/TestFlightExporter-0.0.2/lib/testflight_exporter.rb:156:in `each'
    from /Library/Ruby/Gems/2.0.0/gems/TestFlightExporter-0.0.2/lib/testflight_exporter.rb:156:in `process_dashboard_page'
    from /Library/Ruby/Gems/2.0.0/gems/TestFlightExporter-0.0.2/lib/testflight_exporter.rb:112:in `block in process_teams'
    from /Library/Ruby/Gems/2.0.0/gems/TestFlightExporter-0.0.2/lib/testflight_exporter.rb:110:in `each'
    from /Library/Ruby/Gems/2.0.0/gems/TestFlightExporter-0.0.2/lib/testflight_exporter.rb:110:in `process_teams'
    from /Library/Ruby/Gems/2.0.0/gems/TestFlightExporter-0.0.2/lib/testflight_exporter.rb:85:in `block (3 levels) in process_login_page'
    from /Library/Ruby/Gems/2.0.0/gems/highline-1.6.21/lib/highline/menu.rb:312:in `call'
    from /Library/Ruby/Gems/2.0.0/gems/highline-1.6.21/lib/highline/menu.rb:312:in `select'
    from /Library/Ruby/Gems/2.0.0/gems/highline-1.6.21/lib/highline.rb:362:in `choose'
    from /Library/Ruby/Gems/2.0.0/gems/TestFlightExporter-0.0.2/lib/testflight_exporter.rb:76:in `block in process_login_page'
    from /Library/Ruby/Gems/2.0.0/gems/mechanize-2.7.3/lib/mechanize.rb:442:in `get'
    from /Library/Ruby/Gems/2.0.0/gems/TestFlightExporter-0.0.2/lib/testflight_exporter.rb:54:in `process_login_page'
    from /Library/Ruby/Gems/2.0.0/gems/TestFlightExporter-0.0.2/lib/testflight_exporter.rb:36:in `block in setup'
    from /Library/Ruby/Gems/2.0.0/gems/mechanize-2.7.3/lib/mechanize.rb:442:in `get'
    from /Library/Ruby/Gems/2.0.0/gems/TestFlightExporter-0.0.2/lib/testflight_exporter.rb:36:in `setup'
    from /Library/Ruby/Gems/2.0.0/gems/TestFlightExporter-0.0.2/bin/tfexporter:30:in `block (2 levels) in run'
    from /Library/Ruby/Gems/2.0.0/gems/commander-4.3.0/lib/commander/command.rb:179:in `call'
    from /Library/Ruby/Gems/2.0.0/gems/commander-4.3.0/lib/commander/command.rb:179:in `call'
    from /Library/Ruby/Gems/2.0.0/gems/commander-4.3.0/lib/commander/command.rb:154:in `run'
    from /Library/Ruby/Gems/2.0.0/gems/commander-4.3.0/lib/commander/runner.rb:421:in `run_active_command'
    from /Library/Ruby/Gems/2.0.0/gems/commander-4.3.0/lib/commander/runner.rb:81:in `run!'
    from /Library/Ruby/Gems/2.0.0/gems/commander-4.3.0/lib/commander/delegates.rb:15:in `run!'
    from /Library/Ruby/Gems/2.0.0/gems/TestFlightExporter-0.0.2/bin/tfexporter:36:in `run'
    from /Library/Ruby/Gems/2.0.0/gems/TestFlightExporter-0.0.2/bin/tfexporter:40:in `<top (required)>'
    from /usr/bin/tfexporter:23:in `load'
    from /usr/bin/tfexporter:23:in `<main>'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.