This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import requests | |
import json | |
from bs4 import BeautifulSoup | |
from docx import Document | |
from docx.shared import Inches,RGBColor,Pt | |
from requests.adapters import HTTPAdapter | |
from requests.packages.urllib3.util.retry import Retry | |
from fpdf import FPDF | |
import tkinter as tk | |
from tkinter import simpledialog |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from shivu.modules.helpers.google import get_search_results | |
from pyrogram import Client, filters | |
from pyrogram.enums import ParseMode | |
from shivu import LOGGER | |
@Client.on_message(filters.command(["google","g"])) | |
async def google(client, message): | |
try: | |
query= message.text.split(None,1)[1] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from shivu.modules.helpers.google import get_search_results | |
from pyrogram import Client, filters | |
from pyrogram.enums import ParseMode | |
from shivu import LOGGER | |
@Client.on_message(filters.command(["google","g"])) | |
async def google(client, message): | |
try: | |
query= message.text.split(None,1)[1] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from shivu.modules.helpers.google import get_search_results | |
from pyrogram import Client, filters | |
from pyrogram.enums import ParseMode | |
from shivu import LOGGER | |
@Client.on_message(filters.command(["google","g"])) | |
async def google(client, message): | |
try: | |
query= message.text.split(None,1)[1] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from shivu.modules.helpers.google import get_search_results | |
from pyrogram import Client, filters | |
from pyrogram.enums import ParseMode | |
from shivu import LOGGER | |
@Client.on_message(filters.command(["google","g"])) | |
async def google(client, message): | |
try: | |
query= message.text.split(None,1)[1] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from shivu.modules.helpers.google import get_search_results | |
from pyrogram import Client, filters | |
from pyrogram.enums import ParseMode | |
from shivu import LOGGER | |
@Client.on_message(filters.command(["google","g"])) | |
async def google(client, message): | |
try: | |
query= message.text.split(None,1)[1] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from shivu.modules.helpers.google import get_search_results | |
from pyrogram import Client, filters | |
from pyrogram.enums import ParseMode | |
from shivu import LOGGER | |
@Client.on_message(filters.command(["google","g"])) | |
async def google(client, message): | |
try: | |
query= message.text.split(None,1)[1] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from shivu.modules.helpers.google import get_search_results | |
from pyrogram import Client, filters | |
from pyrogram.enums import ParseMode | |
from shivu import LOGGER | |
@Client.on_message(filters.command(["google","g"])) | |
async def google(client, message): | |
try: | |
query= message.text.split(None,1)[1] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Python requests has 3 parameters: 1)Request URL | |
2)Header Fields | |
3)Parameter | |
4)Request body |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Python requests has 3 parameters: 1)Request URL | |
2)Header Fields | |
3)Parameter | |
4)Request body |
NewerOlder