Giter Site home page Giter Site logo

telegramadder's Introduction

telegramAdder

Its a python script that automatically fetch members from any telegram group and add them to your desired channel or group.

THINGS TO KNOW******

  1. You can only add 200 subscribers to telegram channel.
  2. You can only add 50 members to telegram group with one account and the limit is 100k.
  3. You can have as many telegram account as you want.
  4. To add members to a group chat you need to first change the group to a SUPERGROUP before running the script.

HOW TO USE TELEGRAM_ADDER**

  1. Have python installed on your machine lol.
  2. Go to https://my.telegram.org, login with your number to get your API_ID and API_HASH.
  3. Run the python script on your terminal or cmd and follow the procedures :)... simple!!!

*************************** FAQ ***************************

  1. Can i run the script multiple times at once?

Answer : YES, you can... let say i have 4 accounts and i want to run all at once, i will copy and paste the scipts into 4 differents folders then open 4 terminals or cmd, and run those scripts. MAKE SURE not to run 1 account n two or more different terminals or cmd.

DONT FORGET TO LEAVE A STAR

telegramadder's People

Contributors

tanim0la avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

telegramadder's Issues

No channel shown in the list

Hi, I'm trying your code, but except first run where I could see my created channel in the list and then I was able to add 50 members from a group, as soon as I run it again it doesn't show my channel anymore...I just modified the code to force showing my channel in thi way:
chats.extend(result.chats) for chat in chats: try: if (chat.megagroup == True or (chat.broadcast == True and chat.admin_rights is not None)): channels.append(chat) except: continue
then I type a group from the list where to add other members and it says: "added user" , but at the end of the process no users have been inserted
Could you, please , tell me what isn't working out with my channel?
Thanks

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.