##Bot em Python para telegram
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
pip install -r requirements.txt
Talk to BotFather and put the token you get there in config.ini file (without quotes)
[DEFAULT]
token=123456789:AReaaaaaaaaaallyLooooooooooongTOKEN
Replace with python
if you're using python 2.7:
python3 main.py
On Telegram, to list the repos from several users, use:
/listing <user1> <user2> ... <userN>
To see the info about several users, use:
/info <user1> <user2> ... <userN>
Copyright (C) 2016 Gilmar Silva | Pedro Souza | Jose Roberto | Israel Sant'Anna