Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/k13w/teleGit
- Owner: k13w
- License: mit
- Created: 2016-08-07T22:10:12.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-30T23:02:46.000Z (about 6 years ago)
- Last Synced: 2024-08-01T18:27:43.422Z (5 months ago)
- Topics: bot, chat, python, telegram, telegram-bot
- Language: Python
- Homepage:
- Size: 21.5 KB
- Stars: 22
- Watchers: 7
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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