No description
Find a file
2019-09-09 01:48:37 +02:00
communistquotes fix whitespace, post publicly 2019-09-09 01:47:59 +02:00
.gitignore Initial version of communist quotes bot 2019-09-08 21:21:35 +02:00
env.example Initial version of communist quotes bot 2019-09-08 21:21:35 +02:00
README.md Update readme a bit 2019-09-09 01:48:37 +02:00

Communist Quotes Bot

A Fediverse bot that posts random quotes from different communists.

You can check it out here: https://impenetrable.fortress.promo/communistquotes

Contribute Quotes

Edit the file communistquotes/marxistquotes.csv and make an MR.

Compile and Run

First, copy env.example to env, then enter your actual login information. To run the bot, execute the following commands:

cd communistquotes
sudo docker run -it --rm --name communistquotes --env-file env communistquotes
sudo docker run -it --rm --name communistquotes --env-file ../env communistquotes