Skip to content

Simple PyAutoGUI based Telegram script sending messages for you based on given database.

License

Notifications You must be signed in to change notification settings

turazashvili/telegram-auto-sender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn Buy Me A Coffee


Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact

About The Project

This is a simple PyAUTOGUI based script.

  1. Set UP the script based on instructions below
  2. Open Telegram
  3. Run the script
  4. Enjoy AutoSending of your messages!

(back to top)

Built With

(back to top)

Getting Started

Installation

  1. Clone the repo

    git clone https://github.com/turazashvili/telegram-auto-sender.git
  2. Install Python Choose latest release for your OS https://www.python.org/downloads/

  3. Install all libraries one by one

     pip install webbrowser 
     pip install  pyautogui
     pip install  threading
     pip install  keyboard
  4. Export database from Telegram

    1. Click on Settings >>> Advanced >>> Export Telegram Data.
    2. Select the box “Contacts List” only.
    3. Scroll down and click on Json format.
    4. Save the file in the same folder with this project and call it contacts
    5. Delete everything except List category. So it looks like on the screenshot below
    image
  5. Run the script

     python getlist.py

    It will generate the file copyToMain.txt with proper formatting to insert it to Array of clients we want to send our message to! image

  6. Insert the names from copyToMain.txt to names array and Message you want to send to your contacts.

image

7.Run the script

 python main.py
  1. Open Telegram (you will have 5 seconds before the script starts sending messages.
  2. Long Press 'S' key on your keyboard to stop the script!

(back to top)

Usage

(back to top)

Roadmap

  • Add other ways to extract data from contacts.
  • Add more styling to messages.

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Nikoloz Turazashvili - @axrisi - turazashvili@gmail.com

Project Link: https://github.com/turazashvili/telegram-auto-sender/

(back to top)

Acknowledgments

(back to top)

About

Simple PyAutoGUI based Telegram script sending messages for you based on given database.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages