All Projects → bhavyanshu → Lulzbot Telegram Bot

bhavyanshu / Lulzbot Telegram Bot

Licence: gpl-3.0
Moved to https://gitlab.com/bhavyanshu/lulzbot-telegram-bot

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Lulzbot Telegram Bot

tdlight-telegram-bot-api
The TDLight Telegram Bot API is an actively enhanced fork of the original Bot API, featuring experimental user support, proxies, unlimited files size, and more.
Stars: ✭ 71 (+294.44%)
Mutual labels:  telegram-bot, telegram-api, telegram-bot-api
Mypackbot
🤖 Your own unlimited pack of Telegram-stickers
Stars: ✭ 18 (+0%)
Mutual labels:  telegram-bot-api, telegram-api, telegram-bot
Bybit-Auto-Trading-Bot-Ordes-placed-via-TradingView-Webhook
Python based Trading Bot that uses TradingView.com webhook JSON alerts to place orders(buy/sell/close/manage positions/TP/SL/TS etc.) on Bybit.com. Hire me directly here https://www.freelancer.com/u/Beannsofts for any assistance
Stars: ✭ 235 (+1205.56%)
Mutual labels:  telegram-bot, telegram-api, telegram-bot-api
TelegramBots-Python
TelegramBots written in Python
Stars: ✭ 15 (-16.67%)
Mutual labels:  telegram-bot, telegram-api, telegram-bot-api
telegram client
library for help you make userbot or bot telegram and support tdlib telegram database and only support nodejs dart and google-apps-script
Stars: ✭ 38 (+111.11%)
Mutual labels:  telegram-bot, telegram-api, telegram-bot-api
Python Telegram
Python client for the Telegram's tdlib
Stars: ✭ 246 (+1266.67%)
Mutual labels:  telegram-bot-api, telegram-api, telegram-bot
LilSholex
A project containing web apps and Telegram API bots.
Stars: ✭ 32 (+77.78%)
Mutual labels:  telegram-bot, telegram-api, telegram-bot-api
grouphelperbot
A Telegram Bot made to help group admins, with Italian/English support.
Stars: ✭ 26 (+44.44%)
Mutual labels:  telegram-bot, telegram-api, telegram-bot-api
Informer
A Telegram Mass Surveillance Bot in Python
Stars: ✭ 745 (+4038.89%)
Mutual labels:  telegram-bot-api, telegram-api, telegram-bot
telegram
📚 Golang bindings for Telegram API
Stars: ✭ 15 (-16.67%)
Mutual labels:  telegram-bot, telegram-api, telegram-bot-api
echotron
An elegant and concurrent library for Telegram bots in Go.
Stars: ✭ 95 (+427.78%)
Mutual labels:  telegram-bot, telegram-api, telegram-bot-api
Telegram
Telegram Bot API Wrapper for Scala
Stars: ✭ 310 (+1622.22%)
Mutual labels:  telegram-bot-api, telegram-api, telegram-bot
Java Telegram Bot Api
Telegram Bot API for Java
Stars: ✭ 819 (+4450%)
Mutual labels:  telegram-bot-api, telegram-api, telegram-bot
TgTranslator
Telegram bot that removes language barrier between people in groups
Stars: ✭ 32 (+77.78%)
Mutual labels:  telegram-bot, telegram-bot-api
Telegram Api
Complete async capable Telegram bot API implementation for PHP7
Stars: ✭ 650 (+3511.11%)
Mutual labels:  telegram-api, telegram-bot
MT4-Telegram-Bot-Recon
Building a Telegram Chat with a MT4 Forex Trading Expert Advisor
Stars: ✭ 71 (+294.44%)
Mutual labels:  telegram-bot, telegram-bot-api
lagom-on-kube
This tutorial describes how to bootstrap a production-ready Lagom microservices cluster in a Kubernetes environment.
Stars: ✭ 58 (+222.22%)
Mutual labels:  telegram-bot, telegram-api
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 (+100%)
Mutual labels:  telegram-bot, telegram-bot-api
telegram menu
A python library to generate navigation menus using Telegram Bot API
Stars: ✭ 19 (+5.56%)
Mutual labels:  telegram-bot, telegram-bot-api
tinjecttelegram delphi
LMCODE
Stars: ✭ 37 (+105.56%)
Mutual labels:  telegram-bot, telegram-bot-api

lulzbot Telegram Bot - @lulzbot

This bot is using Telegram bot API. It has lot of features. The concept is driven from IRC bot that I used to use for my IRC channels. Look at the commands below to know how to use it.

Version: 0.0.4

##Features (Updated as of v0.0.4)

Commands argument Function Example
/help Displays list of Commands /help
/google keyword Google search by keyword /google terminator
/wiki keyword Lookup for wikipedia article /wiki Anaconda
/github username Get recent activity of user /github Bhavyanshu
/translate from to "strng" Microsoft translate /translate en hi "I'm good"
/hon Get random Imgur r/models post and start HotOrNot /hon or /hotornot
/tw username Get tweets of twitter user /tw nasa
/tt country Get trending tags by country /tt India
/ts keyword Get latest tweets by keyword (Hashtag) /ts #privacy
/yt keyword string Search youtube for video /yt Iron Maiden
/cats Get a random cat pic /cats
/weather city,state Get weather update for city /weather paris
/giphy keyword Get gif from giphy /gif awesome
/img keyword Get topmost bing image search result /img give that man a cookie
/calc expression Calculate math expressions /calc 2+2

Note that some features of the actual bot @lulzbot registered on telegram will be missing from here. Like bot administration commands and commands meant for my own personal use. However, they do not break this code nor do they in any way affect the working on this code. They are completely unrelated modules. On request, I can explain how you can write bot administration commands for Telegram bot API.

As of April, I have removed instagram support because Instagram API is being too restrictive now. Hot or Not game is now using imgur r/models

##Derive your own bot from this

  1. First open data/config.ini file and add all the required API keys from various social media sites. For telegram token, contact @BotFather on telegram and create a new bot there. @BotFather will reply provide you the token once the bot is created.

  2. Then you need to make sure you have all the required dependencies. Python 2.7 is required. Apart from that I have provided requirements.txt file and pip command should be able to fetch it all for you.

     $ pip install -r requirements.txt
    
  3. For debugging, run using python bot.py. If there is a crash, it won't restart. Test all the commands.

  4. For production mode, run ./botmon.sh which will restart bot if it crashes.

  5. Now you can make any changes you want and use it as your own bot in telegram.

##LICENSE

Copyright (C) 2015 Bhavyanshu Parasher

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

##Contribute

Create an issue if you find any bug. If you want to improve something, send a pull request.

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].