🕸️ Live preview of website Searcher.
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.
- 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.
- NLTK Module to recommend similar words based on meta-tags.
- 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 andpython manage.py test keywords
for keyword finder app in CMD.
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'...
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'...
Open to enhancements
& bug-fixes
😄