An open API service indexing awesome lists of open source software.

https://github.com/clerie/mastodon-webcam

Post images of a camera to mastodon
https://github.com/clerie/mastodon-webcam

mastodon mastodon-api mastodon-bot pygame-application

Last synced: 5 months ago
JSON representation

Post images of a camera to mastodon

Awesome Lists containing this project

README

          

# Mastdon Webcam
Take an image and post it to your Mastodon account.

## Installation
```
git clone https://github.com/clerie/mastodon-webcam.git
cd mastodon-webcam/
cp conf.json.sample conf.json
nano conf.json
```

Edit `conf.json` and fill in your Instance URL and Account Token.

```
./webcam.py
```