TGTGInsighttelegram intelligenceLIVE / telegram public index
← GitHub Trends

TGINSIGHT SIMILAR POSTS

Find similar content

Source channel @githubtrending · Post #14721 · May 19

#python#cli#cti#cybersecurity#forensics#hacktoberfest#information_gathering#infosec#linux#osint#pentesting#python#python3#reconnaissance#redteam#sherlock#tools Sherlock is a powerful tool that helps you find social media accounts by username across over 400 networks. It's easy to use and works on many operating systems like macOS, Linux, and Windows. You can install it using methods like `pipx` or Docker, and then simply type the username you want to search for. Sherlock will show you where that username is used on different social media platforms. This tool is useful for gathering information quickly and can be run locally or even online through services like Apify. It saves time and effort in finding accounts across many platforms. https://github.com/sherlock-project/sherlock

Results

1 similar post found

Search: #praktika

当前筛选 #praktika清除筛选
Dasturlash hayoti️️ ️

@dasturlash_hayoti · Post #3838 · 06/17/2025, 10:05 AM

Axios bilan real API chaqirish — ODDIY MISOL BILAN! ❓ “Ma’lumotni boshqa sayt yoki serverdan qanday olib kelamiz?” degan savol bormi? Javob: Axios! STEP 1: Axios’ni o‘rnatamiz Terminalda yozing: npm install axios STEP 2: Real API chaqiramiz (masalan: foydalanuvchilar ro‘yxati) Bu API — jsonplaceholder.typicode.com saytiga tegishli va real ishda sinab ko‘rish uchun yaratilgan bepul servis. import axios from 'axios'; export default { data() { return { users: [] }; }, mounted() { axios.get('https://jsonplaceholder.typicode.com/users') .then(response => { this.users = response.data; }) .catch(error => { console.log("Xatolik:", error); }); } } STEP 3: Ma’lumotni sahifada chiqaramiz <ul> <li v-for="user in users" :key="user.id"> {{ user.name }} - {{ user.email }} </li> </ul> 📌 Natija: ✅ Sahifa ochilishi bilan API’dan foydalanuvchilar ro‘yxati olinadi ✅ Bu ma’lumotlar users array’iga joylanadi ✅ v-for yordamida ekranga chiqariladi 💡 Real hayotda bu qanday foyda beradi? – Mahsulotlar ro‘yxati olish – Ob-havo, yangiliklar, valyuta kurslari chiqarish – Login/ro‘yxatdan o‘tish so‘rovlari – Barcha dinamik ma’lumotlar API orqali ishlaydi! Foydali deb bilsangiz: 📌Saqlab qo‘ying 📤 Do‘stlaringizga ulashing 💬Izohda fikringizni yozing #vuejs#axios#api#frontend#json#dasturlash#webdev#praktika#ulashishga_arziydi 💻@dasturlash_hayoti — bir xatoni tuzatib, ikkinchisiga tayyorlanish! 😅