All Projects → cpssd-students → steely

cpssd-students / steely

Licence: GPL-3.0 license
a python 3.6 facebook/telegram bot

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to steely

Awesome Bots
The most awesome list about bots ⭐️🤖
Stars: ✭ 2,864 (+13538.1%)
Mutual labels:  telegram-bot, facebook-bot
Rastreiobot
Telegram Bot @RastreioBot
Stars: ✭ 196 (+833.33%)
Mutual labels:  telegram-bot
Dsckeybusinterface
An Arduino/esp8266/esp32 library to directly interface with DSC security systems.
Stars: ✭ 202 (+861.9%)
Mutual labels:  telegram-bot
Example Bot
[WIP] An A-Z example of a PHP Telegram Bot.
Stars: ✭ 211 (+904.76%)
Mutual labels:  telegram-bot
Telegrambots
Java library to create bots using Telegram Bots API
Stars: ✭ 2,728 (+12890.48%)
Mutual labels:  telegram-bot
Tlg joincaptchabot
Telegram Bot to verify if users that join a group, are humans. The Bot send an image captcha for each new user, and kick any of them that can't solve the captcha in a specified time.
Stars: ✭ 226 (+976.19%)
Mutual labels:  telegram-bot
Urban Bot
🤖 The universal chatbot library based on React. Write once, launch Telegram, Facebook, Slack, ... every messenger with chatbots
Stars: ✭ 223 (+961.9%)
Mutual labels:  telegram-bot
Telegram Bot Php
PHP Telegram Bot.
Stars: ✭ 210 (+900%)
Mutual labels:  telegram-bot
Telepot
Python framework for Telegram Bot API
Stars: ✭ 2,386 (+11261.9%)
Mutual labels:  telegram-bot
Pagermaid Modify
PagerMaid Telegram utility daemon.
Stars: ✭ 241 (+1047.62%)
Mutual labels:  telegram-bot
Telegram Bot Api
First Telegram Bot API node.js library
Stars: ✭ 205 (+876.19%)
Mutual labels:  telegram-bot
Policr Mini
更加现代的 Policr 迷你版
Stars: ✭ 206 (+880.95%)
Mutual labels:  telegram-bot
Gpt2bot
Your new Telegram buddy powered by transformers
Stars: ✭ 228 (+985.71%)
Mutual labels:  telegram-bot
Telegram Rat
Windows Remote Administration Tool via Telegram. Written in Python
Stars: ✭ 201 (+857.14%)
Mutual labels:  telegram-bot
Swiftybot
How to create a Telegram, Facebook Messenger, and Google Assistant bot with Swift using Vapor on Ubuntu / macOS.
Stars: ✭ 247 (+1076.19%)
Mutual labels:  telegram-bot
Stormkitty
🔑 Open source stealer written on C#, all logs will be sent to Telegram bot.
Stars: ✭ 198 (+842.86%)
Mutual labels:  telegram-bot
Telegrammer
Telegram Bot - written with Swift 5.2 / NIO, supports Linux, macOS
Stars: ✭ 248 (+1080.95%)
Mutual labels:  telegram-bot
php-chatfuel-class
A PHP class to generate JSON output for your chatbot (build with Chatfuel)
Stars: ✭ 22 (+4.76%)
Mutual labels:  facebook-bot
Python Telegram
Python client for the Telegram's tdlib
Stars: ✭ 246 (+1071.43%)
Mutual labels:  telegram-bot
Core
PHP Telegram Bot based on the official Telegram Bot API
Stars: ✭ 2,899 (+13704.76%)
Mutual labels:  telegram-bot

banner

to install

$ git clone this
$ pip3 install --user -r requirements.txt
or, if you're in a new py3 virtualenv
$ pip install -r requirements.txt

to run

$ mv config.py.sample config.py
$ edit config.py
$ python3 steelybot.py

(config.py is in .gitignore)

to run tests

$ make test

or simply...

$ nosetest

If the tests are failing to import, you probably aren't in the virtualenv.

how to write help for your commands

Throw a doc string in the top of the plugin.

If it's short just make it one line but if its thicc and has subcommands check steely/plugins/linden for an example.

todo

  • async lastfm plugin stuff
  • trigger decorators for plugins, not just main()
  • izaakf's secret idea

thanks (related to the cpssd steely instance)

  • to CianLR for bailing me out of DO bills to get the dbs/logs backs
  • to devoxel for hosting after the bailout
  • the contributors below

credits

plugin author
bubble CianLR
deepdream CianLR
haiku CianLR
imgur CianLR
linden CianLR
obscene CianLR
parrot CianLR
snoop CianLR
streets CianLR
stretch CianLR
tm CianLR
translate CianLR
btc CianLR, byxor, itsdoddsy
jokes EdwardDowling
mock EdwardDowling
search EdwardDowling
urban EdwardDowling
xkcd EdwardDowling
numberwang Hevehan
cowsay Smurphicus
owo Smurphicus
wednesday Smurphicus
bus alexkraak
define alexkraak
github alexkraak
happy alexkraak
skrrrt alexkraak
tilda alexkraak
coinflip alexkraak, byxor
lastfm alexkraak, sentriz
vapor alexkraak, sentriz
b byxor
haskell byxor
limp byxor
responder byxor
url byxor
basic_interpreter cianlr
append devoxel
beer devoxel
bug devoxel
geoip devoxel
help devoxel
roll devoxel
slag devoxel
roomcheck gruunday
egypt iandioch
emoji iandioch
flip iandioch
flirty iandioch
gex iandioch
goth iandioch
mayo iandioch
prod iandioch
rune iandioch
scramble iandioch
shout iandioch
sort iandioch
cat itsdoddsy
choose itsdoddsy
dog itsdoddsy
hello izaakf
train izaakf
vowel izaakf
sentiment oskarmcd
angry sentriz
box sentriz
send_to sentriz
cage sentriz
eight sentriz
leet sentriz
lenny sentriz
markov sentriz
middle sentriz
nose sentriz
paul sentriz
recordmarkov sentriz
recordstat sentriz
reload sentriz
restart sentriz
rpn sentriz
sheriff sentriz
stats sentriz
tracker sentriz
clap sentriz, devoxel
dab xCiaraG
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].