Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/k13w/teleGit

Telegram Bot in Python
https://github.com/k13w/teleGit

bot chat python telegram telegram-bot

Last synced: 2 months ago
JSON representation

Telegram Bot in Python

Awesome Lists containing this project

README

        

# teleGit
##Bot em Python para telegram

[![Python-Versions](https://img.shields.io/badge/python-2.6%2C%202.7%2C%203.3%2C%203.4%2C%203.5-blue.svg)](https://www.python.org/)
[![License](https://img.shields.io/badge/license-MIT-33CCFF.svg)](https://opensource.org/licenses/MIT)
[![Version-Program](https://img.shields.io/badge/version-1.0-orange.svg)](https://github.com/HeavenH/teleGit/releases)
[![Pep8](https://img.shields.io/badge/style-pep8-FF0000.svg)](https://www.python.org/dev/peps/pep-0008/)

### Introduction
A bot to list the github repositories, show users information,
for now only have these functions, the code okay clean for those who want to use based on future.
Will soon have many more functions!
Enjoy ^^

```
[+] Author: Gilmar Silva
[+] GITHUB: https://github.com/HeavenH

[+] Collaborator: Jr750ac
[+] GITHUB: https://github.com/Jr750ac

[+] Collaborator: Pedro Souza
[+] GITHUB: https://github.com/Pedro-Souza
[+] Lib: https://github.com/Pedro-Souza/My-Scripts/blob/master/GitApi.py

[+] Collaborator: Israel Sant'Anna
[+] GITHUB: https://github.com/israelss
```

## Installation:

### Install the requirements

```
pip install -r requirements.txt
```
### Config Program
Talk to [BotFather](https://telegram.me/BotFather) and put the token you get there in config.ini file (without quotes)
```
[DEFAULT]
token=123456789:AReaaaaaaaaaallyLooooooooooongTOKEN
```
## Usage:
### Starting
Replace with `python` if you're using python 2.7:
```
python3 main.py
```
### Using
On Telegram, to list the repos from several users, use:
```
/listing ...
```

To see the info about several users, use:
```
/info ...
```

### Contribute
Copyright (C) 2016 Gilmar Silva | Pedro Souza | Jose Roberto | Israel Sant'Anna