GithubHelp home page GithubHelp logo

hello's Introduction

from pyrogram import Client from pyrogram.raw import functions,types from pyrogram.errors import UsernameNotOccupied import time,requests from datetime import datetime app = Client("admin",api_id=9212418,api_hash="d783f8ce3d816448d29c4cc2258f838a") app.start() admin = input("Enter Admin UserName : @")#يوزرك g = input("Enter Target UserName : @") while True:         url = f"https://t.me/{g}"         req = requests.get(url)         if req.text.find('If you have Telegram, you can contact <a class="tgme_username_link"') >= 0:             createdChannel = app.create_channel(title="User")             ids = createdChannel.id             app.set_chat_username(ids, g)             now = datetime.now()             date = current_time = now.strftime("%H:%M:%S")             time.sleep(5)             app.send_message(ids, f"⌥ Done Swap .\n⌥ UserName : @{g}\n⌥ Data : {date}\n⌥ Swap by : @{admin}")         else:             req.text.find('Send Message <a class="tgme_action_button_new"') >= 0             print(f'@{g}')

hello's People

Contributors

besooga avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.