Skip to content

twetbot is the backend for the worst slack bot ever made

Notifications You must be signed in to change notification settings

iandotmartin/twetbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

twetbot

twetbot finds twets

configuration

twetbot uses .env files for configuration. make sure you've installed from requirements-dev as python-dotenv is necessary for these variables to be picked up by flask.

dev server stuff

to run a local development server with nice flask things like auto-reload, etc:

$ flask run

you can access the running server at http://localhost:5000

use ngrok to easily tunnel your local server so slack can see it. use the /challenge endpoint to verify when subscribing to events.

deployment

tbd.

using gunicorn:

$ gunicorn -w 1 wsgi:app

About

twetbot is the backend for the worst slack bot ever made

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages