All Projects → Andrew8xx8 → kirpich

Andrew8xx8 / kirpich

Licence: MIT license
Пацан-бот

Programming Languages

ruby
36898 projects - #4 most used programming language
shell
77523 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to kirpich

Urban Bot
🤖 The universal chatbot library based on React. Write once, launch Telegram, Facebook, Slack, ... every messenger with chatbots
Stars: ✭ 223 (+189.61%)
Mutual labels:  telegram-bot, slack-bot
Marvin
The paranoid bot (framework)
Stars: ✭ 51 (-33.77%)
Mutual labels:  telegram-bot, slack-bot
Torpedo
Pluggable, multi-network asynchronous chat bot written in Go
Stars: ✭ 19 (-75.32%)
Mutual labels:  telegram-bot, slack-bot
Awesome Bots
The most awesome list about bots ⭐️🤖
Stars: ✭ 2,864 (+3619.48%)
Mutual labels:  telegram-bot, slack-bot
Plants-Identification
🌻 Deep learning project of Taiwan plants classification and detection with chatbot implementation
Stars: ✭ 18 (-76.62%)
Mutual labels:  telegram-bot
TycotBot
TycotBot
Stars: ✭ 24 (-68.83%)
Mutual labels:  telegram-bot
mqtg-bot
MQTT Client Telegram Bot
Stars: ✭ 67 (-12.99%)
Mutual labels:  telegram-bot
DailyAnimalsBot
Telegram bot that sends random pictures with cats and dogs
Stars: ✭ 14 (-81.82%)
Mutual labels:  telegram-bot
agala
Full featured messaging bot framework.
Stars: ✭ 70 (-9.09%)
Mutual labels:  telegram-bot
emojibot
Emojibot is a Slack bot that announces new custom emoji to a specific channel.
Stars: ✭ 17 (-77.92%)
Mutual labels:  slack-bot
telegraf-calendar-telegram
Inline calendar for Telegram bots using Telegraf framework
Stars: ✭ 43 (-44.16%)
Mutual labels:  telegram-bot
PglRobot
No description or website provided.
Stars: ✭ 12 (-84.42%)
Mutual labels:  telegram-bot
kiririn
A serverless Telegram bot.
Stars: ✭ 27 (-64.94%)
Mutual labels:  telegram-bot
corebot
A bot to trigger Rundeck and Jenkins jobs from Slack.
Stars: ✭ 69 (-10.39%)
Mutual labels:  slack-bot
tgto
Telegram to RSS bot.
Stars: ✭ 20 (-74.03%)
Mutual labels:  telegram-bot
Cloud-UPManager-Bot
Telegram Cloud Upload Manager Bot by @AbirHasan2005
Stars: ✭ 46 (-40.26%)
Mutual labels:  telegram-bot
Yasuf
Very simple way of controlling your Python application via Slack
Stars: ✭ 23 (-70.13%)
Mutual labels:  slack-bot
qbittorrent-bot
Telegram bot to mange your qBittorrent torrents
Stars: ✭ 91 (+18.18%)
Mutual labels:  telegram-bot
KazukoBot
An anime themed telegram group management bot based on sqlalchemy database running on python3.
Stars: ✭ 25 (-67.53%)
Mutual labels:  telegram-bot
cowin-slot-tracker
Tracker to check the covid shot slot availability in India and send mobile alerts via Telegram Bot.
Stars: ✭ 30 (-61.04%)
Mutual labels:  telegram-bot

Паша Кирпич. Бот

Build Status Coverage Status

ОТСТОРОЖНО! КОНТЕНТ 18+

Нет, серьезно, возможно вам не стоит дальше смотреть. Бот матерится, постит в чат фотографии эротического, а иногда совсем неприемлимого содержания и вообще ведет себя крайне дерзко.

Подумайте еще разок, нужен ли вам такой собеседник =)

Демо

https://telegram.me/PashaKirpichBot

Запуск

Telegram

Создать бота инструкия тут. В процессе нужно получить API токен

Далее:

git clone [email protected]:Andrew8xx8/kirpich.git
cd kirpich
bundle install
TELEGRAM_TOKEN=ВашТокен bin/run

Slack

Создать новую интеграцию типа бот. Там сгенерируется API токен.

Далее:

git clone [email protected]:Andrew8xx8/kirpich.git
cd kirpich
bundle install
SLACK_TOKEN=ВашТокен bin/run

Деплой

В репозитоии уже настроено все для деплоя на heroku, openshift.

Для работы нужно установть соответствующие переменные окружения. Минимально необходимые SLACK_TOKEN или TELEGRAM_TOKEN.

https://devcenter.heroku.com/articles/config-vars https://developers.openshift.com/en/managing-environment-variables.html

Docker

Копируем docker-compose.sample.yml в docker-compose.yml и пишем свои токены туда.

Запускаем:

docker-compose run pashok

Поиск картинок и видео

Пашка работает через Google Custom Search API. Чтобы все завелось нужно определить две переменные окружения GSE_API_KEY и GSE_CX.

Процесс не простой, описан тут: http://stackoverflow.com/questions/34035422/google-image-search-says-api-no-longer-available/34062436#34062436. Удачи в общем =)

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