Metadata-Version: 2.4
Name: sufibot
Version: 1.0.1
Summary: Ultra fast Telegram member adder by Sufiyan
Author: Sufiyan
License: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: telethon

# sufibot

Ultra-fast Telegram member adder by Sufiyan.

## Usage

```python
import sufibot

sufibot.take = "sourcegroup"
sufibot.add = "targetgroup"
sufibot.limit = 50

sufibot.start()
