Coder Social home page Coder Social logo

appdescs's Introduction

appdescs

Coming up with project ideas can be difficult—so difficult that I want my computer to do it for me.

The goal of this project is to gather a ton of textual app descriptions. I can then train a language model on these descriptions in the hopes that it will learn to generate amusing app ideas. The language model probably won't be part of this repository, since I can just use my char-rnn to start off. However, I will still hopefully post some results back to this repository.

Usage

Currently, this is simply a tool for downloading Play Store app descriptions.

First, install and configure Go. Once you have Go, you can download the code like so:

$ go get github.com/unixpickle/appdescs/play_store

Afterwards, you can switch into the directory you just fetched:

$ cd $GOPATH/src/github.com/unixpickle/appdescs/play_store

Finally, to run the command, you will need to pick an apps list page and an output directory. The output directory will be created if it does not already exist, and will be filled with HTML files (one per app). Here is an example:

$ go run *.go https://play.google.com/store/apps/collection/topselling_free?hl=en out_dir

This will run until there are no more results.

appdescs's People

Watchers

 avatar

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.