Add README

This commit is contained in:
Robb 2023-05-09 23:35:46 -06:00
parent 820e07863e
commit 31049541ba

11
README.md Normal file
View File

@ -0,0 +1,11 @@
# Campcam
This lets my deranged friend monitor his drunken campground shenanigans from a Telegram bot.
## Installation
```
$ pip install --force-reinstall 'python-telegram-bot==v13.15' 'picamera'
$ git clone https://git.tannercollin.com/tanner/campcam.git
$ python campcam.py
```