Skip to content

un4b0mber/krypto_info_mobile_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

18 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸš€ Cryptify πŸ“±

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

πŸ’Έ 100% Free. Just run it.

No subscriptions, no hidden fees – just download the app and run the API server locally on your own machine. You're in control 🧠πŸ–₯️

πŸš€ How to Set Up Cryptify (Backend + App)

Follow these simple steps to get Cryptify running locally on your device! πŸ› οΈπŸ“±


πŸ”§ 1. Download & Set Up XAMPP

XAMPP will act as your local server.

  • πŸ‘‰ Download XAMPP here
  • πŸ“ After installing, go to the htdocs folder (usually at C:\xampp\htdocs)
  • πŸ“‚ Create a new folder (e.g. cryptify_api) inside htdocs
  • πŸ“₯ 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.py is responsible for periodically executing the other .py files 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.py on startup by placing a shortcut to it in the Startup folder on Windows:
Win + R β†’ shell:startup β†’ Paste shortcut to timer.py

🧠 2. Configure Your API Folder in the App

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).

▢️ 3. Start the Apache Server

  • Open XAMPP
  • Click Start next to Apache 🟒

🌐 4. Set Up ngrok (To Make Your Local Server Public)

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

πŸ› οΈ 5. Paste Your ngrok Link in the App

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 /).

πŸ€– 6. Build the Android App

  1. πŸ“₯ Download Android Studio
  2. Open the project (krypto_app) in Android Studio
  3. Let Gradle sync (automatically or click Sync Now)
  4. Connect your Android device via USB (with Developer Mode ON)
  5. Click Build & Run ▢️

πŸŽ‰ That’s it!

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.py is always running to keep the backend data fresh!

πŸ“Έ Screenshots

Here are some example images of the app in action:

🎡 Bot Example 1 🎡 Bot Example 2 🎡 Bot Example 3 🎡 Bot Example 4

About

πŸš€ Cryptify – Discover trending crypto gems before they hit Binance πŸ’°πŸ“²

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published