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
🤔🙁😝😤☹️🙁☹️
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.
আমি শুধুমাত্র একটি rules hack এর ভিডিও নিয়ে আসব । তাই এখানে যেটাতে ভোট বেশি পড়বে ওইটার ভিডিও আসবে।
I will bring only one rules hack tutorial. So here the video of the one that will read more votes will appear.
```আমি শুধুমাত্র একটি rules hack এর ভিডিও নিয়ে আসব । তাই এখানে যেটাতে ভোট বেশি পড়বে ওইটার ভিডিও আসবে।```
```I will bring only one rules hack tutorial. So here the video of the one that will read more votes will appear.`
Someone make account on 000webhost site, give mail & password
https://www.000webhost.com/free-website-sign-up
❤️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:- NASA✅
Made by :- @Nepcoder✔️
Publisher and Code Credit:- @DEVSNP✅