asolytics


Nameasolytics JSON
Version 1.3.1 PyPI version JSON
download
home_pagehttps://github.com/AsolyticsOpenSource/asolytics
SummaryASO automation software tool on Google Play. Trend analysis, keyword popularity analysis and evaluation, competitor app analysis and keyword parsing.
upload_time2023-09-18 14:53:10
maintainer
docs_urlNone
authorAsolytics Open Source
requires_python>=3.7
licenseMIT
keywords aso tools google play app store optimization aso intelligence app ranking app market analysis mobile apps marketing
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <a name="readme-top"></a>

[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]
[![Telegram][telegram-shield]][telegram-url]
[![Downloads month][month-download-shield]][month-download-url]
[![Downloads week][week-download-shield]][week-download-url]
[![Downloads day][day-download-shield]][day-download-url]


<br />
<div align="center">
  <a href="https://github.com/AsolyticsOpenSource/asolytics">
    <img src="https://github.com/AsolyticsOpenSource/asolytics/raw/main/logo.svg" alt="Logo" width="80" height="80">
  </a>

   <h3 align="center">Asolytics is an open source tool for ASO</h3>

  <p align="center">
    Instructions for installing and using the software
    <br />
    <a href="https://pypi.org/project/asolytics/"><strong>Page PyPi »</strong></a>
    <br />
    <br />
    <a href="https://github.com/AsolyticsOpenSource/asolytics/pulls">Pull requests</a>
    ·
    <a href="https://github.com/AsolyticsOpenSource/asolytics/issues">Report Bug</a>
    ·
    <a href="https://github.com/AsolyticsOpenSource/asolytics/issues">Request Feature</a>
  </p>

</div>

<!-- TABLE OF CONTENTS -->
<summary>Table of Contents</summary>
<ol>
<li>
    <a href="#about-the-project">About The Project</a>
    <ul>
    <li><a href="#built-with">Built With</a></li>
    </ul>
</li>
<li>
    <a href="#getting-started">Getting Started</a>
    <ul>
    <li><a href="#prerequisites">Prerequisites</a></li>
    <li><a href="#installation-asolytics">Installation Asolytics</a></li>
    </ul>
</li>
<li><a href="#usage">Usage</a></li>
<li><a href="#roadmap">Roadmap</a></li>
<li><a href="#contributing">Contributing</a></li>
<li><a href="#license">License</a></li>
<li><a href="#contact">Contact</a></li>
<li><a href="#acknowledgments">Acknowledgments</a></li>
</ol>

<!-- ABOUT THE PROJECT -->
## About The Project

[![Asolytics ASO Tool Screen Shot][product-screenshot]](https://en.wikipedia.org/wiki/Command-line_interface)

In the world there are many ASO services which solve different tasks related to search engine optimization in mobile app stores. All of them have advantages and disadvantages, one of the main drawbacks is closed algorithms for data analysis, ASO specialist has no access to raw data, in most services is unknown how the popularity of keywords is formed, there is no way to check the correctness of the algorithm, and therefore difficult to trust the data and make serious conclusions.

We want to create an open source service for ASO experts, so that each user could have full access to all data and algorithms, could offer their own functions or add their own code. This promotes the ASO community and improves the professionalism of specialists. 

Here's why:

* Your time should be focused on creating something amazing. A project that solves a problem and helps others;
* You should always have a wealth of information to make decisions;
* You should always be able to check the source of the data and the algorithm for calculating it;

Of course, no one software will fit all tasks related to ASO, because your needs may be different. So I will add more functions in the near future. You may also suggest changes by forking this repo and creating a pull request or opening an issue.

<p align="right">(<a href="#readme-top">back to top</a>)</p>

### Built With

All major frameworks/libraries and software that the Asolytics.app project uses during installation and operation. This list may be updated periodically

* <img src="https://img.shields.io/badge/firefox-000000?style=for-the-badge&logo=firefox&logoColor=white" alt="firefox"> Just a lightning fast browser
* <img src="https://img.shields.io/badge/python-20232A?style=for-the-badge&logo=python&logoColor=61DAFB" alt="Python"> Python is a programming language that lets you work quickly and integrate systems more effectively
* <img src="https://img.shields.io/badge/selenium-35495E?style=for-the-badge&logo=selenium&logoColor=4FC08D" alt="Selenium"> Automates browsers
* <img src="https://img.shields.io/badge/yake-DD0031?style=for-the-badge&logoColor=white" alt="Yake"> Unsupervised Approach for Automatic Keyword Extraction using Text Features.
* <img src="https://img.shields.io/badge/PrettyTable-4A4A55?style=for-the-badge&logoColor=FF3E00" alt="PrettyTable"> A simple Python library for easily displaying tabular data in a visually appealing ASCII table format
* <img src="https://img.shields.io/badge/argparse-FF2D20?style=for-the-badge&logoColor=white" alt="Argparse"> Parser for command-line options, arguments and sub-commands

<p align="right">(<a href="#readme-top">back to top</a>)</p>


<!-- GETTING STARTED -->
## Getting Started

To install and run your local copy of the software, follow these simple steps.

### Prerequisites

To use Asolytics, you need to install the scarce components and software

* Install or update the Firefox browser on your computer (<a href="https://www.mozilla.org/en-US/firefox/">Download Firefox</a>)
* Install Python3 on your computer. On some systems it is installed by default (<a href="https://www.python.org/downloads/">Download Python</a>)

### Installation Asolytics

To install Asolytics, open a terminal and run the following command. 

Installation is from the PyPi repository
```sh
pip3 install asolytics
```
or
```sh
pip install asolytics
```

<p align="right">(<a href="#readme-top">back to top</a>)</p>

<!-- USAGE EXAMPLES -->
## Usage

1. To view a list of available Asolytics software features, use the `--help` key 
```sh
asolytics --help
```

[![Asolytics ASO Tool Help][help-screenshot]](https://github.com/AsolyticsOpenSource/asolytics/raw/main/screen-help.png)

2. To specify a country code and language, use the `--gl` and `--hl` keys. To specify the country, use the two-character <a href="https://www.iso.org/obp/ui/#search">ISO country code</a>. To specify the language code, use the code from this <a href="https://support.google.com/googleplay/android-developer/table/4419860?hl=uk">table</a>. Example: `--gl AU --hl en` (country: Australia, language: English)

3. To start the Google Play suggest parsing function, use the `--key`. Specify a search keyword as the parameter, the software will analyze the suggests and generate a table with all the derived keywords. The table will calculate the relative popularity of each derived keyword. To specify the country and language, use the `--gl` and `--hl` keys.
```sh
asolytics --key workout --gl AU --hl en
```

[![Asolytics ASO suggest parsing][key-screenshot]](https://github.com/AsolyticsOpenSource/asolytics/raw/main/screen-key.png)

4. To identify the most popular keywords on Google Play, use the parameter `--trends`. To specify country and language, use `--gl` and `--hl` parameters. The table will display the trending search terms and their relative popularity
```sh
asolytics --trends --gl AU --hl en
```
[![Asolytics ASO Google Play trends][trends-screenshot]](https://github.com/AsolyticsOpenSource/asolytics/raw/main/screen-trends.png)

5. You can get a lot of additional information about your competitors on Google Play by using the --average option with the bundle ID of the app you want to analyze.
```sh
asolytics --average com.moymer.falou --gl AU
```

You will get the following data:
* The total number of ratings on Google Play;
* The number of installations in Google Play;
* Average number of installations of the app per day;
* Average number of ratings per day;
* Revenue of the app for the last month;
* Countries from which the app gets the most traffic;
* The country of the app's origin;

[![Asolytics ASO app analysis][average-screenshot]](https://github.com/AsolyticsOpenSource/asolytics/raw/main/screen-average.png)

6. The software allows you to track an app's position in a Google Play search using specified keywords. To run this function, use the `--tracker` key. The keywords are passed as a parameter, with a semicolon (example `'workout at home;fitness;fitness plans'`). In addition, keywords can be loaded from a file, to do this, use key `--file`, at that the path to the file with the keywords should be passed as a parameter `--tracker`. As the `--id` parameter, pass the bundleID of the app whose positions you want to track To specify the country and language, use the `--gl` and `--hl` keys.
```sh
asolytics --tracker 'workout at home;fitness;fitness plans' --id com.fiton.android --gl US --hl en 
```
[![Asolytics ASO tracker keywords][tracker-screenshot]](https://github.com/AsolyticsOpenSource/asolytics/raw/main/screen-tracker.png)

Use this command to load keywords from a file
```sh
asolytics --tracker '/path/keywords.txt' --file --id com.fiton.android --gl US --hl en 
```

In the `keywords.txt` file each keyword must be on a new line.<br />
Example of file content<br />
`workout at home`<br />
`fitness`<br />
`fitness plans`<br />

7. You can extract keywords which are used in the metadata of any app. To do this you need to use the `--extract` key and pass the bundleID of the app you want to analyze as a parameter. Asolytics will use artificial intelligence to recognize keywords in the app title, short description, full description and user reviews. In the table will be displayed the position of the app in the Google Play search for all the keywords found. To specify country and language use `--gl` and `--hl` keys
```sh
asolytics --extract com.fiton.android --gl US --hl en 
```

[![Asolytics ASO extract keywords][extract-screenshot]](https://github.com/AsolyticsOpenSource/asolytics/raw/main/screen-extract.png)

<p align="right">(<a href="#readme-top">back to top</a>)</p>

<!-- ROADMAP -->
## Roadmap

- [x] Make instructions for use
- [x] Suggest parser
- [x] Trend analysis on Google Play
- [x] App info
    - [ ] Tracking app positions in categories
- [x] Tracking positions in Google Play searches
- [x] Extracting keywords from app metadata using artificial intelligence
- [ ] Add multilingual localization of the software
- [x] Website
    - [ ] Make graphics for website
    - [ ] Translate website into English

See the [open issues](https://github.com/AsolyticsOpenSource/asolytics/issues) for a full list of proposed features (and known issues).

<p align="right">(<a href="#readme-top">back to top</a>)</p>

<!-- CONTRIBUTING -->
## Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!

1. Fork the Project
2. Create your Feature Branch
3. Commit your Changes
4. Push to the Branch
5. Open a Pull Request

<p align="right">(<a href="#readme-top">back to top</a>)</p>

<!-- LICENSE -->
## License

Distributed under the MIT License. See `LICENSE.txt` for more information.

<p align="right">(<a href="#readme-top">back to top</a>)</p>

<!-- CONTACT -->
## Contact

Website - [asolytics.app](https://asolytics.app)

Telegram Channels: [@asolytics](https://t.me/asolytics)

Telegram Chat: [@asolytics_chat](https://t.me/asolytics_chat)

<p align="right">(<a href="#readme-top">back to top</a>)</p>

<!-- ACKNOWLEDGMENTS -->
## Acknowledgments

If you are new to ASO you should read the following materials. These links should be useful to you

* [App store optimization (ASO)](https://en.wikipedia.org/wiki/App_store_optimization)
* [Get discovered on Google Play search](https://support.google.com/googleplay/android-developer/answer/4448378?hl=en)
* [A Complete Guide to App Store Optimization](https://medium.com/udonis/a-complete-guide-to-app-store-optimization-e39d9abeca7b)
* [ASO Google Play: Google Play Keyword Optimization](https://medium.com/android-news/aso-google-play-google-play-keyword-optimization-ed5540bfe3b1)

If you have a few dollars, please support the Ukrainian people's fight for freedom and democracy. Today the Ukrainian people are defending all of Europe and Western values from evil and darkness!

Use for this purpose:
* [UNITED24](https://u24.gov.ua)
* [Come Back Alive](https://savelife.in.ua/en)

Or use another volunteer organization!<br />Glory to Ukraine 🇺🇦

<p align="right">(<a href="#readme-top">back to top</a>)</p>

<!-- LINKS & IMAGES asolytics -->
[contributors-shield]: https://img.shields.io/github/contributors/AsolyticsOpenSource/asolytics.svg?style=for-the-badge
[contributors-url]: https://github.com/AsolyticsOpenSource/asolytics/graphs/contributors

[forks-shield]: https://img.shields.io/github/forks/AsolyticsOpenSource/asolytics.svg?style=for-the-badge
[forks-url]: https://github.com/AsolyticsOpenSource/asolytics/network/members

[stars-shield]: https://img.shields.io/github/stars/AsolyticsOpenSource/asolytics.svg?style=for-the-badge
[stars-url]: https://github.com/AsolyticsOpenSource/asolytics/stargazers

[issues-shield]: https://img.shields.io/github/issues/AsolyticsOpenSource/asolytics.svg?style=for-the-badge
[issues-url]: https://github.com/AsolyticsOpenSource/asolytics/issues

[license-shield]: https://img.shields.io/github/license/AsolyticsOpenSource/asolytics.svg?style=for-the-badge
[license-url]: https://github.com/AsolyticsOpenSource/asolytics/blob/master/LICENSE.txt

[telegram-shield]: https://img.shields.io/badge/-Telegram-black.svg?style=for-the-badge&logo=telegram&colorB=555
[telegram-url]: https://t.me/asolytics

[day-download-shield]: https://img.shields.io/pypi/dd/asolytics?style=for-the-badge
[day-download-url]: https://pypi.org/project/asolytics

[month-download-shield]: https://img.shields.io/pypi/dm/asolytics?style=for-the-badge
[month-download-url]: https://pypi.org/project/asolytics

[week-download-shield]: https://img.shields.io/pypi/dw/asolytics?style=for-the-badge
[week-download-url]: https://pypi.org/project/asolytics

[product-screenshot]: https://github.com/AsolyticsOpenSource/asolytics/raw/main/macbook.png

[help-screenshot]: https://github.com/AsolyticsOpenSource/asolytics/raw/main/screen-help.png

[key-screenshot]: https://github.com/AsolyticsOpenSource/asolytics/raw/main/screen-key.png

[trends-screenshot]: https://github.com/AsolyticsOpenSource/asolytics/raw/main/screen-trends.png

[average-screenshot]: https://github.com/AsolyticsOpenSource/asolytics/raw/main/screen-average.png

[tracker-screenshot]: https://github.com/AsolyticsOpenSource/asolytics/raw/main/screen-tracker.png

[extract-screenshot]: https://github.com/AsolyticsOpenSource/asolytics/raw/main/screen-extract.png

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/AsolyticsOpenSource/asolytics",
    "name": "asolytics",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "ASO tools,Google Play,app store optimization,ASO intelligence,app ranking,app market analysis,mobile apps marketing",
    "author": "Asolytics Open Source",
    "author_email": "asolytics@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/cf/e2/68583607eb2841dbaca83d17b8d2c66b2a2cdd85e6a0a95b0cd82cce62c7/asolytics-1.3.1.tar.gz",
    "platform": null,
    "description": "<a name=\"readme-top\"></a>\n\n[![Contributors][contributors-shield]][contributors-url]\n[![Forks][forks-shield]][forks-url]\n[![Stargazers][stars-shield]][stars-url]\n[![Issues][issues-shield]][issues-url]\n[![MIT License][license-shield]][license-url]\n[![Telegram][telegram-shield]][telegram-url]\n[![Downloads month][month-download-shield]][month-download-url]\n[![Downloads week][week-download-shield]][week-download-url]\n[![Downloads day][day-download-shield]][day-download-url]\n\n\n<br />\n<div align=\"center\">\n  <a href=\"https://github.com/AsolyticsOpenSource/asolytics\">\n    <img src=\"https://github.com/AsolyticsOpenSource/asolytics/raw/main/logo.svg\" alt=\"Logo\" width=\"80\" height=\"80\">\n  </a>\n\n   <h3 align=\"center\">Asolytics is an open source tool for ASO</h3>\n\n  <p align=\"center\">\n    Instructions for installing and using the software\n    <br />\n    <a href=\"https://pypi.org/project/asolytics/\"><strong>Page PyPi \u00bb</strong></a>\n    <br />\n    <br />\n    <a href=\"https://github.com/AsolyticsOpenSource/asolytics/pulls\">Pull requests</a>\n    \u00b7\n    <a href=\"https://github.com/AsolyticsOpenSource/asolytics/issues\">Report Bug</a>\n    \u00b7\n    <a href=\"https://github.com/AsolyticsOpenSource/asolytics/issues\">Request Feature</a>\n  </p>\n\n</div>\n\n<!-- TABLE OF CONTENTS -->\n<summary>Table of Contents</summary>\n<ol>\n<li>\n    <a href=\"#about-the-project\">About The Project</a>\n    <ul>\n    <li><a href=\"#built-with\">Built With</a></li>\n    </ul>\n</li>\n<li>\n    <a href=\"#getting-started\">Getting Started</a>\n    <ul>\n    <li><a href=\"#prerequisites\">Prerequisites</a></li>\n    <li><a href=\"#installation-asolytics\">Installation Asolytics</a></li>\n    </ul>\n</li>\n<li><a href=\"#usage\">Usage</a></li>\n<li><a href=\"#roadmap\">Roadmap</a></li>\n<li><a href=\"#contributing\">Contributing</a></li>\n<li><a href=\"#license\">License</a></li>\n<li><a href=\"#contact\">Contact</a></li>\n<li><a href=\"#acknowledgments\">Acknowledgments</a></li>\n</ol>\n\n<!-- ABOUT THE PROJECT -->\n## About The Project\n\n[![Asolytics ASO Tool Screen Shot][product-screenshot]](https://en.wikipedia.org/wiki/Command-line_interface)\n\nIn the world there are many ASO services which solve different tasks related to search engine optimization in mobile app stores. All of them have advantages and disadvantages, one of the main drawbacks is closed algorithms for data analysis, ASO specialist has no access to raw data, in most services is unknown how the popularity of keywords is formed, there is no way to check the correctness of the algorithm, and therefore difficult to trust the data and make serious conclusions.\n\nWe want to create an open source service for ASO experts, so that each user could have full access to all data and algorithms, could offer their own functions or add their own code. This promotes the ASO community and improves the professionalism of specialists.\u00a0\n\nHere's why:\n\n* Your time should be focused on creating something amazing. A project that solves a problem and helps others;\n* You should always have a wealth of information to make decisions;\n* You should always be able to check the source of the data and the algorithm for calculating it;\n\nOf course, no one software will fit all tasks related to ASO, because your needs may be different. So I will add more functions in the near future. You may also suggest changes by forking this repo and creating a pull request or opening an issue.\n\n<p align=\"right\">(<a href=\"#readme-top\">back to top</a>)</p>\n\n### Built With\n\nAll major frameworks/libraries and software that the Asolytics.app project uses during installation and operation. This list may be updated periodically\n\n* <img src=\"https://img.shields.io/badge/firefox-000000?style=for-the-badge&logo=firefox&logoColor=white\" alt=\"firefox\"> Just a lightning fast browser\n* <img src=\"https://img.shields.io/badge/python-20232A?style=for-the-badge&logo=python&logoColor=61DAFB\" alt=\"Python\"> Python is a programming language that lets you work quickly and integrate systems more effectively\n* <img src=\"https://img.shields.io/badge/selenium-35495E?style=for-the-badge&logo=selenium&logoColor=4FC08D\" alt=\"Selenium\"> Automates browsers\n* <img src=\"https://img.shields.io/badge/yake-DD0031?style=for-the-badge&logoColor=white\" alt=\"Yake\"> Unsupervised Approach for Automatic Keyword Extraction using Text Features.\n* <img src=\"https://img.shields.io/badge/PrettyTable-4A4A55?style=for-the-badge&logoColor=FF3E00\" alt=\"PrettyTable\"> A simple Python library for easily displaying tabular data in a visually appealing ASCII table format\n* <img src=\"https://img.shields.io/badge/argparse-FF2D20?style=for-the-badge&logoColor=white\" alt=\"Argparse\"> Parser for command-line options, arguments and sub-commands\n\n<p align=\"right\">(<a href=\"#readme-top\">back to top</a>)</p>\n\n\n<!-- GETTING STARTED -->\n## Getting Started\n\nTo install and run your local copy of the software, follow these simple steps.\n\n### Prerequisites\n\nTo use Asolytics, you need to install the scarce components and software\n\n* Install or update the Firefox browser on your computer (<a href=\"https://www.mozilla.org/en-US/firefox/\">Download Firefox</a>)\n* Install Python3 on your computer. On some systems it is installed by default (<a href=\"https://www.python.org/downloads/\">Download Python</a>)\n\n### Installation Asolytics\n\nTo install Asolytics, open a terminal and run the following command. \n\nInstallation is from the PyPi repository\n```sh\npip3 install asolytics\n```\nor\n```sh\npip install asolytics\n```\n\n<p align=\"right\">(<a href=\"#readme-top\">back to top</a>)</p>\n\n<!-- USAGE EXAMPLES -->\n## Usage\n\n1. To view a list of available Asolytics software features, use the `--help` key\u00a0\n```sh\nasolytics --help\n```\n\n[![Asolytics ASO Tool Help][help-screenshot]](https://github.com/AsolyticsOpenSource/asolytics/raw/main/screen-help.png)\n\n2. To specify a country code and language, use the `--gl` and `--hl` keys. To specify the country, use the two-character <a href=\"https://www.iso.org/obp/ui/#search\">ISO country code</a>. To specify the language code, use the code from this <a href=\"https://support.google.com/googleplay/android-developer/table/4419860?hl=uk\">table</a>. Example:\u00a0`--gl AU --hl en` (country: Australia, language: English)\n\n3. To start the Google Play suggest parsing function, use the `--key`. Specify a search keyword as the parameter, the software will analyze the suggests and generate a table with all the derived keywords. The table will calculate the relative popularity of each derived keyword. To specify the country and language, use the `--gl` and `--hl` keys.\n```sh\nasolytics --key workout --gl AU --hl en\n```\n\n[![Asolytics ASO suggest parsing][key-screenshot]](https://github.com/AsolyticsOpenSource/asolytics/raw/main/screen-key.png)\n\n4. To identify the most popular keywords on Google Play, use the parameter\u00a0`--trends`. To specify country and language, use `--gl` and `--hl` parameters. The table will display the trending search terms and their relative popularity\n```sh\nasolytics --trends --gl AU --hl en\n```\n[![Asolytics ASO Google Play trends][trends-screenshot]](https://github.com/AsolyticsOpenSource/asolytics/raw/main/screen-trends.png)\n\n5. You can get a lot of additional information about your competitors on Google Play by using the --average option with the bundle ID of the app you want to analyze.\n```sh\nasolytics --average com.moymer.falou --gl AU\n```\n\nYou will get the following data:\n* The total number of ratings on Google Play;\n* The number of installations in Google Play;\n* Average number of installations of the app per day;\n* Average number of ratings per day;\n* Revenue of the app for the last month;\n* Countries from which the app gets the most traffic;\n* The country of the app's origin;\n\n[![Asolytics ASO app analysis][average-screenshot]](https://github.com/AsolyticsOpenSource/asolytics/raw/main/screen-average.png)\n\n6. The software allows you to track an app's position in a Google Play search using specified keywords. To run this function, use the `--tracker` key. The keywords are passed as a parameter, with a semicolon (example `'workout at home;fitness;fitness plans'`). In addition, keywords can be loaded from a file, to do this, use key `--file`, at that the path to the file with the keywords should be passed as a parameter `--tracker`. As the `--id` parameter, pass the bundleID of the app whose positions you want to track To specify the country and language, use the `--gl` and `--hl` keys.\n```sh\nasolytics --tracker 'workout at home;fitness;fitness plans' --id com.fiton.android --gl US --hl en \n```\n[![Asolytics ASO tracker keywords][tracker-screenshot]](https://github.com/AsolyticsOpenSource/asolytics/raw/main/screen-tracker.png)\n\nUse this command to load keywords from a file\n```sh\nasolytics --tracker '/path/keywords.txt' --file --id com.fiton.android --gl US --hl en \n```\n\nIn the `keywords.txt` file each keyword must be on a new line.<br />\nExample of file content<br />\n`workout at home`<br />\n`fitness`<br />\n`fitness plans`<br />\n\n7. You can extract keywords which are used in the metadata of any app. To do this you need to use the `--extract` key and pass the bundleID of the app you want to analyze as a parameter. Asolytics will use artificial intelligence to recognize keywords in the app title, short description, full description and user reviews. In the table will be displayed the position of the app in the Google Play search for all the keywords found. To specify country and language use `--gl` and `--hl` keys\n```sh\nasolytics --extract com.fiton.android --gl US --hl en \n```\n\n[![Asolytics ASO extract keywords][extract-screenshot]](https://github.com/AsolyticsOpenSource/asolytics/raw/main/screen-extract.png)\n\n<p align=\"right\">(<a href=\"#readme-top\">back to top</a>)</p>\n\n<!-- ROADMAP -->\n## Roadmap\n\n- [x] Make instructions for use\n- [x] Suggest parser\n- [x] Trend analysis on Google Play\n- [x] App info\n    - [ ] Tracking app positions in categories\n- [x] Tracking positions in Google Play searches\n- [x] Extracting keywords from app metadata using artificial intelligence\n- [ ] Add multilingual localization of the software\n- [x] Website\n    - [ ] Make graphics for website\n    - [ ] Translate website into English\n\nSee the [open issues](https://github.com/AsolyticsOpenSource/asolytics/issues) for a full list of proposed features (and known issues).\n\n<p align=\"right\">(<a href=\"#readme-top\">back to top</a>)</p>\n\n<!-- CONTRIBUTING -->\n## Contributing\n\nContributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.\n\nIf you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag \"enhancement\".\nDon't forget to give the project a star! Thanks again!\n\n1. Fork the Project\n2. Create your Feature Branch\n3. Commit your Changes\n4. Push to the Branch\n5. Open a Pull Request\n\n<p align=\"right\">(<a href=\"#readme-top\">back to top</a>)</p>\n\n<!-- LICENSE -->\n## License\n\nDistributed under the MIT License. See `LICENSE.txt` for more information.\n\n<p align=\"right\">(<a href=\"#readme-top\">back to top</a>)</p>\n\n<!-- CONTACT -->\n## Contact\n\nWebsite - [asolytics.app](https://asolytics.app)\n\nTelegram Channels: [@asolytics](https://t.me/asolytics)\n\nTelegram Chat: [@asolytics_chat](https://t.me/asolytics_chat)\n\n<p align=\"right\">(<a href=\"#readme-top\">back to top</a>)</p>\n\n<!-- ACKNOWLEDGMENTS -->\n## Acknowledgments\n\nIf you are new to ASO you should read the following materials. These links should be useful to you\n\n* [App store optimization (ASO)](https://en.wikipedia.org/wiki/App_store_optimization)\n* [Get discovered on Google Play search](https://support.google.com/googleplay/android-developer/answer/4448378?hl=en)\n* [A Complete Guide to App Store Optimization](https://medium.com/udonis/a-complete-guide-to-app-store-optimization-e39d9abeca7b)\n* [ASO Google Play: Google Play Keyword Optimization](https://medium.com/android-news/aso-google-play-google-play-keyword-optimization-ed5540bfe3b1)\n\nIf you have a few dollars, please support the Ukrainian people's fight for freedom and democracy. Today the Ukrainian people are defending all of Europe and Western values from evil and darkness!\n\nUse for this purpose:\n* [UNITED24](https://u24.gov.ua)\n* [Come Back Alive](https://savelife.in.ua/en)\n\nOr use another volunteer organization!<br />Glory to Ukraine \ud83c\uddfa\ud83c\udde6\n\n<p align=\"right\">(<a href=\"#readme-top\">back to top</a>)</p>\n\n<!-- LINKS & IMAGES asolytics -->\n[contributors-shield]: https://img.shields.io/github/contributors/AsolyticsOpenSource/asolytics.svg?style=for-the-badge\n[contributors-url]: https://github.com/AsolyticsOpenSource/asolytics/graphs/contributors\n\n[forks-shield]: https://img.shields.io/github/forks/AsolyticsOpenSource/asolytics.svg?style=for-the-badge\n[forks-url]: https://github.com/AsolyticsOpenSource/asolytics/network/members\n\n[stars-shield]: https://img.shields.io/github/stars/AsolyticsOpenSource/asolytics.svg?style=for-the-badge\n[stars-url]: https://github.com/AsolyticsOpenSource/asolytics/stargazers\n\n[issues-shield]: https://img.shields.io/github/issues/AsolyticsOpenSource/asolytics.svg?style=for-the-badge\n[issues-url]: https://github.com/AsolyticsOpenSource/asolytics/issues\n\n[license-shield]: https://img.shields.io/github/license/AsolyticsOpenSource/asolytics.svg?style=for-the-badge\n[license-url]: https://github.com/AsolyticsOpenSource/asolytics/blob/master/LICENSE.txt\n\n[telegram-shield]: https://img.shields.io/badge/-Telegram-black.svg?style=for-the-badge&logo=telegram&colorB=555\n[telegram-url]: https://t.me/asolytics\n\n[day-download-shield]: https://img.shields.io/pypi/dd/asolytics?style=for-the-badge\n[day-download-url]: https://pypi.org/project/asolytics\n\n[month-download-shield]: https://img.shields.io/pypi/dm/asolytics?style=for-the-badge\n[month-download-url]: https://pypi.org/project/asolytics\n\n[week-download-shield]: https://img.shields.io/pypi/dw/asolytics?style=for-the-badge\n[week-download-url]: https://pypi.org/project/asolytics\n\n[product-screenshot]: https://github.com/AsolyticsOpenSource/asolytics/raw/main/macbook.png\n\n[help-screenshot]: https://github.com/AsolyticsOpenSource/asolytics/raw/main/screen-help.png\n\n[key-screenshot]: https://github.com/AsolyticsOpenSource/asolytics/raw/main/screen-key.png\n\n[trends-screenshot]: https://github.com/AsolyticsOpenSource/asolytics/raw/main/screen-trends.png\n\n[average-screenshot]: https://github.com/AsolyticsOpenSource/asolytics/raw/main/screen-average.png\n\n[tracker-screenshot]: https://github.com/AsolyticsOpenSource/asolytics/raw/main/screen-tracker.png\n\n[extract-screenshot]: https://github.com/AsolyticsOpenSource/asolytics/raw/main/screen-extract.png\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "ASO automation software tool on Google Play. Trend analysis, keyword popularity analysis and evaluation, competitor app analysis and keyword parsing.",
    "version": "1.3.1",
    "project_urls": {
        "Download": "https://github.com/AsolyticsOpenSource/asolytics/archive/refs/tags/aso.zip",
        "Homepage": "https://github.com/AsolyticsOpenSource/asolytics"
    },
    "split_keywords": [
        "aso tools",
        "google play",
        "app store optimization",
        "aso intelligence",
        "app ranking",
        "app market analysis",
        "mobile apps marketing"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3b83a81ec9547f03fb9299a707fe7a0a52bc9984262b9bdf9295c0a00379e0fa",
                "md5": "4a47f81c4dcc8b65aef88debaec25864",
                "sha256": "46d47b36c0a3fcd04fdc7355f695738ad80825711b093ad73202076546e52947"
            },
            "downloads": -1,
            "filename": "asolytics-1.3.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4a47f81c4dcc8b65aef88debaec25864",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 26323,
            "upload_time": "2023-09-18T14:53:08",
            "upload_time_iso_8601": "2023-09-18T14:53:08.319309Z",
            "url": "https://files.pythonhosted.org/packages/3b/83/a81ec9547f03fb9299a707fe7a0a52bc9984262b9bdf9295c0a00379e0fa/asolytics-1.3.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cfe268583607eb2841dbaca83d17b8d2c66b2a2cdd85e6a0a95b0cd82cce62c7",
                "md5": "197038aef533e2b888cf5461712caf27",
                "sha256": "39ca71f14587a659e770a5cb8f50d184de089f97468b84711be3672f53599381"
            },
            "downloads": -1,
            "filename": "asolytics-1.3.1.tar.gz",
            "has_sig": false,
            "md5_digest": "197038aef533e2b888cf5461712caf27",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 26572,
            "upload_time": "2023-09-18T14:53:10",
            "upload_time_iso_8601": "2023-09-18T14:53:10.361552Z",
            "url": "https://files.pythonhosted.org/packages/cf/e2/68583607eb2841dbaca83d17b8d2c66b2a2cdd85e6a0a95b0cd82cce62c7/asolytics-1.3.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-18 14:53:10",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "AsolyticsOpenSource",
    "github_project": "asolytics",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "asolytics"
}
        
Elapsed time: 0.13106s