show the world how much you love your nerdy t-shirt!

Davide Alberani dd9d3c8cde introduce a Dockerfile 5 years ago
ssl 00c411d33f initial release 5 years ago
static ca29aadd07 add materialize-icons 5 years ago
Dockerfile dd9d3c8cde introduce a Dockerfile 5 years ago
LICENSE.txt 00c411d33f initial release 5 years ago
README.md dd9d3c8cde introduce a Dockerfile 5 years ago
toot-my-t-shirt 00c411d33f initial release 5 years ago

README.md

toot-my-t-shirt

A work-in-progress project for 35C3 (from an idea by itec)

Still not much to see here: the UI still sucks and very little feedback is given.

Requirements

Run

./toot-my-t-shirt --debug --mastodon-token=C0FEFE --mastodon-api-url=https://botsin.space/ --default-image-description="a nice description of the picture" --default-message="oh noes, another selfie" --store-dir="/tmp/selfies"

Run using Docker

Build it

docker build -t toot-my-t-shirt .

Run it

docker run --rm -it -p 9000:9000 toot-my-t-shirt [whatever other options you need]

License and copyright

Copyright 2018 Davide Alberani da@mimante.net

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.