Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bmarwell/twitter-tierkreiszeichenbot
A zodiac sign bot for twitter. Can post zodiac updates with a nice ASCII bar graph.
https://github.com/bmarwell/twitter-tierkreiszeichenbot
twitter twitter-bot zodiac zodiac-sign
Last synced: 11 days ago
JSON representation
A zodiac sign bot for twitter. Can post zodiac updates with a nice ASCII bar graph.
- Host: GitHub
- URL: https://github.com/bmarwell/twitter-tierkreiszeichenbot
- Owner: bmarwell
- License: apache-2.0
- Created: 2019-02-14T06:14:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-05T22:20:21.000Z (11 months ago)
- Last Synced: 2024-04-16T07:26:44.626Z (7 months ago)
- Topics: twitter, twitter-bot, zodiac, zodiac-sign
- Language: Java
- Size: 181 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![Build Status](https://travis-ci.org/bmhm/twitter-tierkreiszeichenbot.svg?branch=master)](https://travis-ci.org/bmhm/twitter-tierkreiszeichenbot) [![Maintainability](https://api.codeclimate.com/v1/badges/4465f0c11214c29f822f/maintainability)](https://codeclimate.com/github/bmhm/twitter-tierkreiszeichenbot/maintainability) [![codecov](https://codecov.io/gh/bmhm/twitter-tierkreiszeichenbot/branch/master/graph/badge.svg)](https://codecov.io/gh/bmhm/twitter-tierkreiszeichenbot)
# twitter-tierkreiszeichenbot
A zodiac sign bot for twitter. Can post zodiac updates with a nice ASCII bar graph.## Active bots
* 🇩🇪 [@SternzeichenB](https://twitter.com/SternzeichenB) (German, tz=Europe/Berlin)
* 🇬🇧 [@BotZodiac](https://twitter.com/BotZodiac) (British English, tz=Europe/London)
## Features* You can enable or disable the progressbar.
* You can set a custom progressbar length.
* Translated to German and English, more languages are easy to add.
* TimeZone support.
* Will change avatar (twitter profile picture) according to zodiac sign.
* (Coming) will react to simple questions.
* (Coming) custom ASCII art bar characters.## Configuration
See [Wiki:Configuration](https://github.com/bmhm/twitter-tierkreiszeichenbot/wiki/Configuration).
## How to start
You can start this spring boot application via script or command line like this:
```bash
# Switch to any java 11, in this example I use jabba.
# Just make sure JAVA_HOME and PATH are set correctly.
jabba use "[email protected]"
# start like this
java \
-Duser.language=de \
-jar ~/bin/tierkreiszeichenbot-bot-0.1.0-SNAPSHOT.jar \
--spring.config.location=file:$HOME/.config/sternzeichenbot.properties \
--user.timezone=Europe/Sofia
```