Skip to content

nareshganesan/reviews

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Reviews

The following project consists of api for the following.

  • Get app reviews
  • Search apps
  • Get app details

At present the app supports, AppStore, the following will be added soon.

  • AppStore
  • PlayStore

Note: cd in git clone directory

Search apps

go run main.go server -s -n Uber

go run main.go server -s -n "Google home"

# default -n whatsapp
go run main.go server -s 

Get app details

go run main.go server -a -i 368677368

go run main.go server -a -i 310633997

# default -i 368677368 
# default id: UBER
go run main.go server -a

Get app reviews

# id: UBER , country: US
go run main.go server -r -i 368677368 -c 143441
# id: whatsapp, country: US
go run main.go server -r -i 310633997 -c 143441
# id: whatsapp, country: US Page: 1
go run main.go server -r -i 310633997 -c 143441 -p 1
# default -i 368677368 -c 143441 -p 0
# default id: UBER , country: US, page: 0
go run main.go server -r

Releases

No releases published

Packages

No packages published