Quick Start
After installing cligram, you can quickly get started by following these steps:
Create a Telegram application
Visit the Telegram API development tools page.
Log in with your Telegram account.
Create a new application to obtain your API ID and API Hash.
Set up your configuration file
Create new configuration file:
cligram config create --global
Enter your API ID and API Hash when prompted.
Add proxy settings (if needed)
If you have network restrictions, you can configure one or more proxies:
cligram proxy add "<proxy_url>"
Login to your Telegram account
Run the following command to log in:
cligram session login
Follow the prompts to enter your phone number and the verification code sent to you by Telegram.
Congratulations! You are now ready to use cligram for automation and messaging tasks.