Skip to content

arjunmohnot/search

Repository files navigation

Searcher

🕸️ Live preview of website Searcher.

Django Python


The Searcher lets you find the complete information about Android, Playstore apps. It can also help you to suggest meta-tags based on the website url saved in the ever-growing database.


Features

  • Get app info from playstore, appstore.
  • Get recommended tags and meta-description from the website.
  • Added AJAX request.
  • Used Bootstrap theme.
  • Added Unit testing.
  • Registered model on admin site to manage the database.
  • Added 404 Page.
  • Validation for package name, appID, appName and url.

Todo

  • NLTK Module to recommend similar words based on meta-tags.

Steps to run

  • Clone this repository.
  • pip install -r requirements.txt.
  • open command prompt and type python manage.py runserver
  • To run the unit testing type python manage.py test app for app searcher and python manage.py test keywords for keyword finder app in CMD.

Unit Testing

For keywords

Creating test database for alias 'default'...
System check identified no issues (0 silenced).
.....
Ran 5 tests in 2.695s

OK
Destroying test database for alias 'default'...

For app

Creating test database for alias 'default'...
System check identified no issues (0 silenced).
....

Ran 4 tests in 17.546s

OK
Destroying test database for alias 'default'...

Contributions

Open to enhancements & bug-fixes 😄


Contributors