Your gateway to the most explosive crypto news & tokens with moonshot potential! ππ
Cryptify is a sleek mobile app that brings you:
π° Top trending news from X (formerly Twitter) β stay ahead of the curve
π Hidden gem tokens β both new and established, filtered through smart algorithms
π Advanced signal filtering β we scan, sort & score tokens for potential listings on Binance
β‘οΈ High growth alerts β identify coins that can skyrocket up to 8000% in just hours
No subscriptions, no hidden fees β just download the app and run the API server locally on your own machine. You're in control π§ π₯οΈ
Follow these simple steps to get Cryptify running locally on your device! π οΈπ±
XAMPP will act as your local server.
- π Download XAMPP here
- π After installing, go to the
htdocsfolder (usually atC:\xampp\htdocs) - π Create a new folder (e.g.
cryptify_api) insidehtdocs - π₯ Copy the following files into that folder:
api.php
analiza.py
analiza_2.py
coin_market.py
timer.py
- π Before running the app, you need to provide your X (Twitter) account login details in the
analiza.py - π
timer.pyis responsible for periodically executing the other.pyfiles to ensure the data is always up to date. - π¨ This script must be running continuously in the background.
- π‘ You can configure your system to automatically launch
timer.pyon startup by placing a shortcut to it in the Startup folder on Windows:
Win + R β shell:startup β Paste shortcut to timer.py
Navigate to:
D:\python files\krypto_app\app\src\main\java\com\example\krypto_app\network\ApiService.kt
- π Edit the file and enter the name of the folder you just created in XAMPP (
cryptify_api, or your custom name).
- Open XAMPP
- Click Start next to Apache π’
- π Download ngrok here
- Or install via Chocolatey:
choco install ngrok- Once installed, run ngrok in your terminal (pointing to Apache default port 80):
ngrok http 80- π This will generate a public link like:
https://a1b2c3d4e5f6.ngrok.io
Navigate to:
D:\python files\krypto_app\app\src\main\java\com\example\krypto_app\network\RetrofitClient.kt
- π Replace the current base URL with your ngrok link (make sure it ends with a
/).
- π₯ Download Android Studio
- Open the project (
krypto_app) in Android Studio - Let Gradle sync (automatically or click Sync Now)
- Connect your Android device via USB (with Developer Mode ON)
- Click Build & Run
βΆοΈ
The app will start running on your phone and fetch live data from your local API.
β οΈ Note: The app will continue working as long as your ngrok server is active. If you stop ngrok or turn off XAMPP, data updates will stop.π Also make sure
timer.pyis always running to keep the backend data fresh!
Here are some example images of the app in action:



