Rosetta is a tool to download text, polls and media files from a private telegram group without copying permissions.
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
- Go to Telegram's My Apps.
- Log in with your Telegram account.
- Fill out the form to create a new application.
- Note down the api_id and api_hash provided.
python main.py
