Skip to content

The Growth Hacking Toolkit is a collection of growth hacking tools. Enjoy and contribute:)

Notifications You must be signed in to change notification settings

aaronbare/growth-hacking-toolkit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

growth-hacking-toolkit

The Growth Hacking Toolkit is a collection of growth hacking tools. Enjoy and contribute:)

#Crawlers

##Run the AppAnnie crawler

  1. cd crawlers/appannie
  2. scrapy crawl appannie -a country=united-kingdom -a category=game -a sub_category=brain

You can pass a number of parameters:

  • country
  • category
  • sub_category

##Export the results into a csv file mongoexport --db appannie --csv --collection android_app --fieldFile fields.txt --out contacts.csv

You can filter the results using the query parameter:

mongoexport --db appannie --csv --collection android_app --fieldFile fields.txt --query {min_downloads:{ $gte : 10000} } --out contacts.csv

About

The Growth Hacking Toolkit is a collection of growth hacking tools. Enjoy and contribute:)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%