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
- Host: GitHub
- URL: https://github.com/clerie/mastodon-webcam
- Owner: clerie
- Created: 2019-05-23T11:22:36.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-23T12:23:37.000Z (about 7 years ago)
- Last Synced: 2026-01-12T01:38:16.272Z (5 months ago)
- Topics: mastodon, mastodon-api, mastodon-bot, pygame-application
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```