uk
Feedback
Developer House

Developer House

Відкрити в Telegram

Developer House Is a Technology based Channel Which help User To Give Informtaion About ⤏ Android APP Project ⤏ APP Source & Api Related Link ⤏ API Development ⤏ App, Software, Premium Account Giveaway etc.

Показати більше
Немає даних
Підписники
-224 години
-167 днів
-4630 день
Архів дописів
ChatGPT 4 Api Method [ Get ] https://developers-house.000webhostapp.com/apis/gpt-4.php? └── prompt=xxx 😵🤔🙁😝😤☹️🙁☹️

Dalle Image Generate API Method [ Get ] https://developers-house.000webhostapp.com/apis/dalle.php/? └── prompt=xxx&medel=dalle └── dalle-mini 🤔🙁😝😤☹️🙁☹️

ChatGPT 4 & Dalle API Coming..

I Down ChatGPT Server Using My Powerful DDos Tools 🚀 😂
I Down ChatGPT Server Using My Powerful DDos Tools 🚀 😂

📱 Terabox Downloader Bot Fixed 📱

Need firebase storage hack tutorial or not? `You can hack 99.9% app's firebase storage.``` Give 100+ Reaction.

This Is Detabase. Now Change "connect" value or make app to read & show "connect" value.
This Is Detabase. Now Change "connect" value or make app to read & show "connect" value.

Crack Me.apk

Try To Hack Me.apk5.60 MB

V

Httper_1.03 (2).apk1.42 MB

আমি শুধুমাত্র একটি rules hack এর ভিডিও নিয়ে আসব । তাই এখানে যেটাতে ভোট বেশি পড়বে ওইটার ভিডিও আসবে। I will bring only one rules hack tutorial. So here the video of the one that will read more votes will appear.
Anonymous voting

```আমি শুধুমাত্র একটি rules hack এর ভিডিও নিয়ে আসব । তাই এখানে যেটাতে ভোট বেশি পড়বে ওইটার ভিডিও আসবে।``` ```I will bring only one rules hack tutorial. So here the video of the one that will read more votes will appear.`
Anonymous voting

How to hack firebase database tutorial to bring that tutorial or not?

Hi

Someone make account on 000webhost site, give mail & password https://www.000webhost.com/free-website-sign-up

Someone Send Me Email For Make A Tutorial

000Webhost FTP Access Without Buy Any Plan
000Webhost FTP Access Without Buy Any Plan

আপনাদের কি লাগবে বলেন।

❤️NASA SATELLITE INFORMATION IN PYTHON
import requests
from colorama import Fore, Style, init


init(autoreset=True)

def get_nasa_mission_details():
    url = "https://api.le-systeme-solaire.net/rest/bodies/"
    
    print(f"🚀 Retrieving NASA mission details... 🌌 ")
    
    response = requests.get(url)

    ascii_art = """


███╗░░██╗░█████╗░░██████╗░█████╗░
████╗░██║██╔══██╗██╔════╝██╔══██╗
██╔██╗██║███████║╚█████╗░███████║
██║╚████║██╔══██║░╚═══██╗██╔══██║
██║░╚███║██║░░██║██████╔╝██║░░██║
╚═╝░░╚══╝╚═╝░░╚═╝╚═════╝░╚═╝░░╚═╝
  
  Made By Nepcoder✅
"""
    
    if response.status_code == 200:
        data = response.json()
        missions = data['bodies']

        with open('nasa_missions.txt', 'w') as file:
            file.write(ascii_art + "\n")
            file.write(f"{Fore.GREEN}🚀 NASA Missions:\n\n{Style.RESET_ALL}")

            print(ascii_art)
            print(f"{Fore.GREEN}🚀 NASA Missions:\n{Style.RESET_ALL}")

            for mission in missions:
                if 'name' in mission and 'discoveryDate' in mission:
                    mission_name = mission['name']
                    discovery_date = mission['discoveryDate']
                    mission_details = (
                        f"{Fore.CYAN}🚀 Mission Name: {Fore.YELLOW}{mission_name}\n"
                        f"{Fore.CYAN}🗓 Discovery Date: {Fore.YELLOW}{discovery_date}\n"
                        f"{Fore.MAGENTA}🌟--------------------------------------🌟{Style.RESET_ALL}"
                    )
                    
                
                    file.write(f"Mission Name: {mission_name}\nDiscovery Date: {discovery_date}\n\n")
                    
              
                    print(mission_details)

            print(f"\n{Fore.GREEN}✅ Mission details saved to nasa_missions.txt{Style.RESET_ALL}")
            file.write("\n🌟 Made by Nepcoder 🌟\n")
    else:
        print(f"{Fore.RED}❌ Failed to retrieve mission details{Style.RESET_ALL}")

if __name__ == "__main__":
    get_nasa_mission_details()
ALL SATELLITE DISCOVERY INFORMATION IN PYTHON CODE✔️ CREDIT:- NASAMade by :- @Nepcoder✔️ Publisher and Code Credit:- @DEVSNP