Metadata-Version: 2.1
Name: reposter
Version: 22.3.6
Summary: python script for reposting messages from telegram channels
Project-URL: Homepage, https://github.com/gmankab/reposter
Project-URL: Documentation, https://github.com/gmankab/reposter
Project-URL: Bug Tracker, https://github.com/gmankab/reposter/issues
Author-email: gmanka <gmankab@gmail.com>
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Requires-Dist: betterdata
Requires-Dist: easyselect
Requires-Dist: gmanka-yml
Requires-Dist: humanize
Requires-Dist: pyrogram
Requires-Dist: rich
Requires-Dist: tgcrypto
Description-Content-Type: text/markdown

# reposter

<img src="https://github.com/gmankab/reposter/raw/main/img/transparent.png">

Python script that copies all messages from one telegram channel to another in real time, and also notifies when a stream has started in the channel

## download

[reposter.sh](https://gmankab.github.io/reposter.sh) - for linux  
[reposter.bat](https://gmankab.github.io/reposter.bat) - for windows

just download and run

## install via terminal

linux:  
`curl -sSL gmankab.github.io/reposter.sh | sh`

windows:  
`curl -sSL gmankab.github.io/reposter.bat -o & reposter.bat`

install on any os:  
`pip install reposter`

launch on any os:  
`python -m reposter`

## changelog

you can read changelog [here](https://github.com/gmankab/reposter/blob/main/changelog.md)

## license

[gnu gpl 3](https://gnu.org/licenses/gpl-3.0.en.html)
