All Projects → HeavenH → teleGit

HeavenH / teleGit

Licence: MIT License
Telegram Bot in Python

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to teleGit

Telebot.nim
Async client for Telegram Bot API in pure Nim [Bot API 5.1]
Stars: ✭ 93 (+322.73%)
Mutual labels:  chat, telegram, telegram-bot
Groupbutler
This bot can help you in managing your group with rules, anti-flood, description, custom triggers, and much more!
Stars: ✭ 399 (+1713.64%)
Mutual labels:  chat, telegram, telegram-bot
technopsyna
телеграм бот для техноконфы
Stars: ✭ 16 (-27.27%)
Mutual labels:  chat, telegram, telegram-bot
Telebot
Write Telegram bots in Rust with Tokio and Futures
Stars: ✭ 179 (+713.64%)
Mutual labels:  chat, telegram, telegram-bot
memes-reposter
bot for automatic broadcasting content into telegrams channels from reddit/imgur/rss
Stars: ✭ 35 (+59.09%)
Mutual labels:  telegram, telegram-bot
winston-telegram
A Telegram transport for winston
Stars: ✭ 28 (+27.27%)
Mutual labels:  telegram, telegram-bot
Store-bot
Пример Telegram бота для продажи товаров.
Stars: ✭ 43 (+95.45%)
Mutual labels:  telegram, telegram-bot
Komi-San
Telegram Group Management Bot based on Pyrogram
Stars: ✭ 27 (+22.73%)
Mutual labels:  telegram, telegram-bot
webhook-aiogram-heroku
A sample telegram bot made with aiogram, that fetches updates using the web-hook connection. Can be easily deployed to Heroku.
Stars: ✭ 36 (+63.64%)
Mutual labels:  telegram, telegram-bot
Python-BlackJackBot
A Telegram bot written in Python to play the game BlackJack alone or with your friends
Stars: ✭ 48 (+118.18%)
Mutual labels:  telegram, telegram-bot
ESPecial
ESP32 automation with web interface and telegram bot
Stars: ✭ 77 (+250%)
Mutual labels:  telegram, telegram-bot
TG-FileStreamBot
Stream Telegram files to web
Stars: ✭ 193 (+777.27%)
Mutual labels:  telegram, telegram-bot
chat-bridge
同步不同聊天平台的訊息
Stars: ✭ 16 (-27.27%)
Mutual labels:  chat, telegram-bot
WilliamButcherBot
Telegram Group Manager Bot Written In Python Using Pyrogram.
Stars: ✭ 187 (+750%)
Mutual labels:  telegram, telegram-bot
FileStreamBot
Telegram File to Link Fastest Bot , Its Generate Direct Links Quickly
Stars: ✭ 99 (+350%)
Mutual labels:  telegram, telegram-bot
AmimeWatch
Telegram bot made in Python 3 using the @pyrogram framework.
Stars: ✭ 19 (-13.64%)
Mutual labels:  telegram, telegram-bot
Harmonbot
Multi-Platform Factotum Bot
Stars: ✭ 30 (+36.36%)
Mutual labels:  telegram, telegram-bot
podsearch bot
Telegram bot that searches Podcast in iTunes store.
Stars: ✭ 28 (+27.27%)
Mutual labels:  telegram, telegram-bot
aboutmeinfo-telegram-bot
ℹ️ About Me Info Bot: Share your social media and links on Telegram
Stars: ✭ 20 (-9.09%)
Mutual labels:  telegram, telegram-bot
cfworker-middware-telegraf
Make telegraf (a telegram bot framework) useable in Cloudflare Workers
Stars: ✭ 23 (+4.55%)
Mutual labels:  telegram, telegram-bot

teleGit

##Bot em Python para telegram

Python-Versions License Version-Program Pep8

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 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 <user1> <user2> ... <userN>

To see the info about several users, use:

    /info <user1> <user2> ... <userN>

Contribute

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].