Skip to content

Sending massage to multi recepients with typing ease of Text-Expander

License

Notifications You must be signed in to change notification settings

kakkarja/TeleTVG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TeleTVG

TeleTVG created with Telethon [Telegram apis wrapper].

Install

pip install -U teletvg-karjakak

Usage

For Windows:

> ttvg

For MacOS X:

% ttvg

With script:

from teletvg import main

main()

Highlight

  • Schedule message.
    • To a user or multiple users in a group as one-to-one.
  • Send message to a user or multiple users in a group as one-to-one.
  • Send file to user or multiple users in a group as one-to-one.
  • Text-expander.
    • Expanding a simple abbreviation to a long words.
  • Can write markdown text.
  • Emoji Templates.
    • Often used emojies can be saved and re-use.

Take Note:

  • Can only log-in as existing user.
    • No Sign-Up as New User.
  • No multiple account users log-in.
  • Can Request for additional module:
    • Need support donation ❤️
  • For MacOS X:
    • Emoji is disabled.[tkinter issue!]
    • Emoji is Working in Python 3.10

Changes:

  • Some bugs fix on "GET REPLY" function.
    • While event-loop on going, it will not run "GET REPLY" function.
    • Will reassign "GET REPLY" again for next loop.
  • Add for Help TeleTVG.pdf.
    • "Ctrl+F1" in Windows and "fn+F1" in MacOS X.
  • Add protection archive.

TIPS

  • If user want to copy with "Ctrl-v" on Get Reply message screen, make sure on the Send Message screen is empty. [Only works in Windows]
    • "COPY" function only works on editable screen [Send Message screen].

TeleTVG