Home

Awesome

pygram

Telegram messaging from your terminal.

Setup

In hard way

At first tg-cli must be installed.

git clone --recursive https://github.com/vysheng/tg.git ~/.tg && cd ~/.tg
./configure
make

More basic

Just run the following.

python client_installer.py

After installing client package, must be called ones to save login information on local folder, all explained on client readme file

.~/.tg/bin/telegram-cli server.pub

on coming screen, you should type your phone number then received activation code on your phone. then just type <code>safe_quit</code> or just <code>quit</code>

<code>python 3.5.1</code> used.

Installing

there are two way, first;

git clone https://github.com/RedXBeard/pygram.git
cd pygram;pip3.5 install -r requirements

second;

pip3.5 install -e /path/to/cloned/repo/

Usage

Because of there are two ways to install, there are two ways to use, first;

python3.5 main.py

second, much more easy;

pygram

Collaborators