# Generate Chatgpt AI with the input text
with mode params:
sample response:
without mode
sample response:
for more visit : https://pypi.org/project/MukeshAPI/
pip install --upgrade MukeshAPI
with mode params:
# available modes are "girlfriend","anime","animev2","flirt","santa","elonmusk"
from MukeshAPI import api
response = api.chatgpt("hi babe",mode="girlfriend")
print(response)
sample response:
*whispers softly* Mmm... Hello, my love! 🤗 What brings you here today? Is there anything special on your mind? Or maybe you just wanted to see me and talk... feel free to share whatever's on your heart.
#
without mode
from MukeshAPI import api
response = api.chatgpt("hi babe")
print(response)
sample response:
Hello. How can I assist you today?By : @mr_sukkun
for more visit : https://pypi.org/project/MukeshAPI/
signup heruko using python
from selenium import webdriver
from selenium.webdriver.support.ui import Select
from selenium.webdriver.common.by import By
from time import sleep
driver = webdriver.Firefox()
driver.get("https://signup.heroku.com/login?")
dropdown = driver.find_element(By.ID, "main_programming_language")
driver.find_element(By.NAME, "first_name").send_keys("coder")
driver.find_element(By.NAME, "last_name").send_keys("mukesh")
driver.find_element(By.NAME, "email").send_keys("mukesh@gmail.com")
driver.find_element(By.NAME, "company").send_keys("mukeshtech")
# Selecting country
dropdown_country = driver.find_element(By.ID, "self_declared_country")
select_country = Select(dropdown_country)
select_country.select_by_value("India")
# Selecting language
select_language = Select(dropdown)
select_language.select_by_value("python")
# Select the role
dropdown_role = driver.find_element(By.NAME, "role")
select_role = Select(dropdown_role)
select_role.select_by_value("student")
# g-recaptcha iframe
recaptcha_checkbox = driver.find_element(By.ID,"""g-recaptcha""")
recaptcha_checkbox.click()
driver.switch_to.default_content()
sleep(5)
driver.quit()
˹ᴍʀ sᴜᴋᴋᴜɴ˼
signup heruko using python from selenium import webdriver from selenium.webdriver.support.ui import Select from selenium.webdriver.common.by import By from time import sleep driver = webdriver.Firefox() driver.get("https://signup.heroku.com/login?") dropdown…
last mai captcha fill na hoga kisi dev ko pata hai to comment kro
Watch tutorials:- https://youtu.be/AN6ke6glwOk?feature=shared
Ok sabko aata hoga but jisko nhi aata uske liye hai😭👍
Subscribe :- https://youtube.com/@noob_mukesh
Subscribe :- https://youtube.com/@noob_mukesh
Generate AI image with the input text
By : @mr_sukkun
for more visit : https://pypi.org/project/MukeshAPI/
pip install --upgrade MukeshAPI
from MukeshAPI import api
response = api.ai_image("cute boy pic")
#print(response)
with open("mukesh.jpg", 'wb') as f:
f.write(response)
print("image generated successfully")
By : @mr_sukkun
for more visit : https://pypi.org/project/MukeshAPI/
Forwarded from </> ᴍᴜᴋᴇsʜ </>
@Groupcontrollertgbot Bot on sale
stats
➻ ᴜsᴇʀs » 118738
➻ ᴄʜᴀᴛs » 2005
───────────────
PRICE : 5K
DM to buy: @DevanshxD
stats
➻ ᴜsᴇʀs » 118738
➻ ᴄʜᴀᴛs » 2005
───────────────
PRICE : 5K
DM to buy: @DevanshxD
Be aware before deploying music bot of such gay repo owner😂👍
Read code :- link1, link2
https://t.me/mr_sukkun/814?comment=11881
Read code :- link1, link2
https://t.me/mr_sukkun/814?comment=11881
Transform your online presence with our cost-effective WordPress website and hosting solutions. Propel your brand forward without breaking the bank. Dive into our offerings today and ignite your digital journey!
🚀 WordPress website hosting starting at just Rs. 999/year!
Includes:
- 1 GB RAM
- 1 GB SSD Storage
- 100 GB Bandwidth
- Latest WordPress Installation
- Automatic Weekly Backups
🌟 Static website hosting at an unbeatable Rs. 499/year!
Includes:
- 1 GB RAM
- 1 GB SSD Storage
- 10 GB Bandwidth
- Automatic Weekly Backups
🎉 Get a Basic WordPress Website for just 2K-4K:
- Includes FREE Hosting for the 1st year
- FREE SSL Included
- FREE sub-domain
Plus, explore our range of add-ons to tailor a plan to your exact needs!
Reach out to @AmanBabuHemant to elevate your online presence today!
🚀 WordPress website hosting starting at just Rs. 999/year!
Includes:
- 1 GB RAM
- 1 GB SSD Storage
- 100 GB Bandwidth
- Latest WordPress Installation
- Automatic Weekly Backups
🌟 Static website hosting at an unbeatable Rs. 499/year!
Includes:
- 1 GB RAM
- 1 GB SSD Storage
- 10 GB Bandwidth
- Automatic Weekly Backups
🎉 Get a Basic WordPress Website for just 2K-4K:
- Includes FREE Hosting for the 1st year
- FREE SSL Included
- FREE sub-domain
Plus, explore our range of add-ons to tailor a plan to your exact needs!
Reach out to @AmanBabuHemant to elevate your online presence today!
˹ᴍʀ sᴜᴋᴋᴜɴ˼
Be aware before deploying music bot of such gay repo owner😂👍 Read code :- link1, link2 https://t.me/mr_sukkun/814?comment=11881
chutiya nai chutiya ko chutiya banya 😭😂
Id decode krke pro smj rha) lol
Id decode krke pro smj rha) lol
Chatgpt using Dart Programming Language
First, make sure to add the
By : @mr_sukkun
import 'dart:convert';
import 'package:http/http.dart' as http;
import 'dart:io';
void main() async {
print("Enter your question: ");
var question = stdin.readLineSync();
var url =
Uri.parse('https://chatgpt.apinepdev.workers.dev/?question=${question}');
var response = await http.get(url);
if (response.statusCode == 200) {
var jsonResponse = json.decode(response.body);
print(jsonResponse["answer"]);
} else {
print('Request failed with status: ${response.statusCode}.');
}
}
First, make sure to add the
http
package to your pubspec.yaml
file:name: your_project_name
environment:
sdk: "^3.3.0"
dependencies:
http: ^0.13.3
By : @mr_sukkun
Convert Animated Gif to video
Sample response https://t.me/the_support_chat/146439
from os import remove,popen
import subprocess
def sprocess(a, b="utf-8"):
p = subprocess.Popen(a,shell=True,stdout=subprocess.PIPE, stderr=subprocess.PIPE).communicate()
return str(p[0].decode(b)+p[1].decode(b))
vid = await message.reply_to_message.download()
print(sprocess("ffmpeg -y -i '" + vid + "' -map_metadata -1 s.mp4"))
durasi = popen("ffprobe -i '" + vid + "' -show_entries format=duration -v quiet -of csv='p=0'").read()
await message.reply_video(video="s.mp4")
remove("s.mp4")
remove(vid)
Sample response https://t.me/the_support_chat/146439
Run Javascript code using python subprocess Library
By : @Mr_Sukkun
import subprocess
js_code = """
console.log("Hello, World!");
"""
with open("script.js", "w") as file:
file.write(js_code)
result = subprocess.run(["node", "script.js"], capture_output=True, text=True)
print(result.stdout)
By : @Mr_Sukkun
Forwarded from </> ᴍᴜᴋᴇsʜ </>
Please open Telegram to view this post
VIEW IN TELEGRAM