mstathers / bolterbot

DRILL YOUR BOLTER, BROTHER!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BolterBot

A reddit bot that will be used to respond to hobby modeling threads to suggest that people drill out their gun barrels. It's designed be ran out of AWS lambda via their API gateway and it takes a reddit post ID as a url parameter.

Setup

mkvirtualenv -p python3 bolterbot
workon bolterbot
make init

Usage

You can can deploy to lambda with make deploy and run a local test with make invoke. If you are deploying you will need tosetup an appropriate IAM user and role - follow online documentation.

About

DRILL YOUR BOLTER, BROTHER!

License:GNU General Public License v3.0


Languages

Language:Python 81.6%Language:Makefile 18.4%