Metadata-Version: 2.1
Name: ostrat
Version: 1.0.2
Summary: Open-Source Telegram Remote Administration Tool - Remote PC access via Telegram Bot.
Home-page: https://sourceforge.net/projects/ostrat/
Author: lexek
Author-email: minelanpro@gmail.ru
License: OSI Approved :: GNU General Public License v3 (GPLv3)
Download-URL: https://sourceforge.net/projects/ostrat/files/ostRAT/
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: Microsoft :: Windows
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Topic :: System :: Systems Administration
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Information Technology
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Description-Content-Type: text/markdown
License-File: LICENSE

# ostRAT

![PyPI](https://img.shields.io/pypi/v/ostrat?color=orange) ![Python 3.9, 3.10](https://img.shields.io/pypi/pyversions/clubhouse?color=blueviolet)  ![License](https://img.shields.io/pypi/l/ostrat?color=blueviolet)

**Open Source Telegram RAT** - Remote PC access via Telegram Bot.

**SourceForge -** [ostRAT | SourceForge](https://sourceforge.net/projects/ostrat/files/)

## Installation

Install the current version with [PyPI](https://pypi.org/project/ostrat/):

```bash

pip install ostrat

```

Or SourceForge: [ostRAT download | SourceForge](https://sourceforge.net/projects/ostrat/)
  
## Usage

After installing ostrat, create a .py file and type "import ostrat" ​​into it. Save and run it.<br/>
Enter id and token, system.py in local directory<br/>
Run the system.py file and use the ostrat.

## Settings

You can get a token from @BotFather in Telegram.  
It looks like "1111100000:AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaaaaa" 
 
You can get a id from @myidbot in Telegram.  
It looks like "123456789"

## Example

```python

import ostrat
ostrat.create()

```

## Contributing

Bugs, reports and/or pull requests are welcome.

## License

OSI-Approved Open Source » GNU General Public License version 3.0 [GPLv3](https://opensource.org/licenses/Apache-2.0)

## Author
Alexey Avilov
Telegram: [@Iexek](https://t.me/Iexek)
2022 lexek


