Metadata-Version: 2.1
Name: reposter
Version: 22.4.3
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">

script for forwarding messages from one telegram channel to another in real time, saves the history of post edits in the comments, marks the message as deleted if it is deleted, and also notifies when a stream has started in the channel. There is support for messages with multiple attachments. Simple, intuitive and setup and launching

## navigation

- [installation](#installation)
- [installation via terminal](#installation-via-terminal)
- [changelog](#changelog)
- [license](#license)

### installation[^](#navigation)

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

### installation via terminal[^](#navigation)

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

install on any os:  
`pip install reposter`

launch on any os:  
`python -m reposter`

### changelog[^](#navigation)

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

### license[^](#navigation)

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