Skip to content
This repository was archived by the owner on Sep 23, 2024. It is now read-only.

CallToPowerLegacy/telegram-msg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

telegram-msg

Interactively sends messages (or optionally an image) to a specified group in Telegram.

Copyright (C) 2020 Denis Meyer

Prerequisites

  • Python 3
  • Windows
    • Add Python to PATH variable in environment

TODO before using

Usage

  • Start shell
    • Windows
      • Start shell as administrator
      • Set-ExecutionPolicy Unrestricted -Force
  • Create a virtual environment
    • python -m venv venv
  • Activate the virtual environment
    • Mac/Linux
      • source venv/bin/activate
    • Windows
      • .\venv\scripts\activate
  • Install the required libraries
    • pip install -r requirements.txt
  • Run the app
    • python Main.py

About

Interactively sends messages (or optionally an image) to a specified group in Telegram.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages