π™π™£π™§π™šπ™–π™‘ π˜Ύπ™€π™™π™šπ™§
1.64K subscribers
6 photos
7 files
34 links
A place for coders ;)
Download Telegram
Gemini Pro Chat
https://geminiprochat.com/

Api
powered by Gemini Pro (Google’s new generative ai model)

Good for
reverse engineering
πŸ‘5❀4πŸ”₯1
βœ”οΈ Give reaction for tgviews api

😑Task: complete 45+ reaction on this post
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘42❀12πŸ”₯12πŸ‘Ž7
WeWantYou
Who won this giveaway show ss in comment section*
Happy New Year Lovely Coders!

https://t.me/UnrealCoder/90
❀1
Forwarded from β€ΝŸΝžπ™‰π™€π™€π™— π™­π˜Ώβ„’
My alt actually won one
πŸ”₯5πŸ‘1
Simple ChatGPT API

import requests, re
def chatgpt(prompt):
url = "https://aigencycms.polartemplates.com/php/api.php"
data = {
"prompt": prompt,
"ai_id": 2
}
resp = requests.post(url, data=data)
convo = re.findall(r'content":"([^"]+)"', resp.text)
return "".join(convo)

print(chatgpt("write a python code to get even numbers from 1-20"))
πŸ‘3
Forwarded from Code Like Pro
Recaptcha V3 Bypass Without Solver

import requests
import random
import json
import re
from urllib.parse import urlparse
from urllib.parse import unquote_plus
class RecapBypass:
def __init__(self, anchor_url:str) -> None:
self.anchor_url = anchor_url
def xform_parser(self, data: str) -> dict:
result = {}
for item in data.split('&'):
key, value = item.split('=', 1)
result[key] = unquote_plus(value)
return result

def captcha_bypass(self, siteKey:str = None):
r1 = requests.get(self.anchor_url).text
x = re.findall(r'id="recaptcha-token"\s*value="(.*?)"', r1)
if not x:
return {"error": "Parse Token Error"}
anchor_data = self.xform_parser(self.anchor_url.split("/anchor?")[1])
if not siteKey:
siteKey = "6Ld48NUZAAAAAGbJ2g2xzdAALwlRF6AwxzjThc4z"
url= f"https://www.google.com/recaptcha/api2/reload?k={siteKey}"

data = {
**anchor_data,
"reason":"q",
"c":x[0],
"chr":"",
"vh":"",
"bg":""
}
r = requests.post(url, data=data)
token = None
try:
token = str(r.text.split('"rresp","')[1].split('"')[0])
except:
return {"error":"Error while parsing response"}

return {"token" : token}
πŸ”₯5❀3
Forwarded from WeWantYou
This media is not supported in the widget
VIEW IN TELEGRAM
πŸ”₯3πŸ‘1
Recaptcha V2 Bypass

Github Source
: Here

Example usage:
from playwright.sync_api import sync_playwright, Playwright
from recognizer.agents.playwright import SyncChallenger


def run(playwright: Playwright):
browser = playwright.chromium.launch()
page = browser.new_page()

challenger = SyncChallenger(page)
page.goto("https://recaptcha-demo.appspot.com/recaptcha-v2-checkbox-explicit.php")

challenger.solve_recaptcha()

browser.close()


with sync_playwright() as playwright:
run(playwright)
πŸ”₯10❀1
Forwarded from WeWantYou
This media is not supported in the widget
VIEW IN TELEGRAM
πŸ‘6❀2
Paid projects available for coders!
DM me at @BiswaX

budget: 3000$+
πŸ‘6πŸ‘Ž3
Hyper own solver ❀️
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘7❀3
πŸ“’ Join our Group for Coders!

πŸ”— Click here to join: UnrealCoder

πŸ’Ž Unlock your coding potential and connect with fellow coders in our community. Join us now!

#UnrealCoder #CodingCommunity #JoinUs
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘2
Looking for Android App Developer

Budget: $500 (can increase)

Hired now! Stay out for more projects
πŸ‘4