All Projects → mwillsey → Crossbot

mwillsey / Crossbot

Licence: gpl-3.0
A slackbot to compete on mini crosswords (or any other daily challenge).

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Crossbot

iou-slack-bot
💸 IOU Slack Bot - Keep track of your debts with your peers.
Stars: ✭ 13 (-7.14%)
Mutual labels:  slack-bot
karmabot
upvotes and downvotes for slack
Stars: ✭ 24 (+71.43%)
Mutual labels:  slack-bot
Torpedo
Pluggable, multi-network asynchronous chat bot written in Go
Stars: ✭ 19 (+35.71%)
Mutual labels:  slack-bot
tefter
The social bookmarking app for individuals and teams
Stars: ✭ 24 (+71.43%)
Mutual labels:  slack-bot
fplbot
🤖 Chatbot for Fantasy Premier League (Slack/Discord)
Stars: ✭ 14 (+0%)
Mutual labels:  slack-bot
Intelligo
🤖 Chatbot Framework for Node.js.
Stars: ✭ 347 (+2378.57%)
Mutual labels:  slack-bot
dienstplan
Slack bot app for duty rotations
Stars: ✭ 14 (+0%)
Mutual labels:  slack-bot
Thecsebot
Bot user for the slack team of IIT Roorkee, CSE students batch of 2016-20
Stars: ✭ 9 (-35.71%)
Mutual labels:  slack-bot
Threat-Intel-Slack-Bot
Interactive Threat Intelligence Bot that leverages serverless framework, AWS/GCP, and Slack
Stars: ✭ 26 (+85.71%)
Mutual labels:  slack-bot
Scrape Rss Bot
Slack bot that converts links to an RSS feed
Stars: ✭ 16 (+14.29%)
Mutual labels:  slack-bot
uptime.js
Uptime monitor in Node.js that send status changes to Chatbots
Stars: ✭ 52 (+271.43%)
Mutual labels:  slack-bot
socrates
Socrates is a microframework for building stateful conversational interfaces for Slack in Ruby.
Stars: ✭ 16 (+14.29%)
Mutual labels:  slack-bot
Java Slack Sdk
Slack Developer Kit (including Bolt for Java) for any JVM language
Stars: ✭ 393 (+2707.14%)
Mutual labels:  slack-bot
slack-rota
日々のローテーションをお知らせする Slack アプリ
Stars: ✭ 14 (+0%)
Mutual labels:  slack-bot
Slackbot Destroyer
📣 ❌ Slack integration that can destroy all incoming messages from Slackbot.
Stars: ✭ 23 (+64.29%)
Mutual labels:  slack-bot
SlackWebhooksGithubCrawler
Search for Slack Webhooks token publicly exposed on Github
Stars: ✭ 21 (+50%)
Mutual labels:  slack-bot
slackblocks
🎲 Python API for Building Messages Using the Slack Block Kit API
Stars: ✭ 32 (+128.57%)
Mutual labels:  slack-bot
Wc2018 Slack Bot
World Cup 2018 Slack Bot
Stars: ✭ 11 (-21.43%)
Mutual labels:  slack-bot
Slack Cli
Powerful Slack CLI via pure bash. Rich messaging, uploads, posts, piping, oh my!
Stars: ✭ 850 (+5971.43%)
Mutual labels:  slack-bot
Slacker
Slack Bot Framework
Stars: ✭ 495 (+3435.71%)
Mutual labels:  slack-bot

crossbot

Build Status

A Slack bot to make you really competitive on the New York Times mini crossword.

Developing

Clone the repo and run make test to ensure everything works.

There are a few useful make targets that are worth knowing about:

  • make venv will install a virtualenv for with all the dependencies you'll need.
  • make clean will destroy the virtualenv; use this to update/clean the dependencies
  • make fmt runs the yapf code formatter
  • make check_fmt checks the formatting using yapf
  • make lint[_all_] runs the pylint linter (lint_all is very strict)
  • make test runs the tests
  • make check runs the formatting check, linter, and tests. This is what the CI runs.
  • make deploy actually runs the code and not the debug server. You probably don't wanna do this.
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].