works :-)

master
jem 4 years ago
parent f8ac1d2df3
commit b231fc5209

@ -6,8 +6,12 @@ the bot will post the timeline from the specified Twitter/Tumblr accounts and RS
### installation
1. install [Node.js](https://nodejs.org/en/)
2. run `npm install` to install Node modules
1. prerequisits
1.1 [Node.js](https://nodejs.org/en/)
1.2 npm
2. install with `sudo npm install mastodon-bot -g`
3. run with `mastodon-bot -h`
### usage

@ -2,7 +2,7 @@
"name": "mastodon-bot",
"description": "Bot to publish twitter, tumblr or rss posts to an mastodon account.",
"author": "Dmitri Sotnikov",
"version": "0.1.0-dev-0",
"version": "0.1.0-dev-1",
"homepage": "https://github.com/yogthos/mastodon-bot",
"repository": "https://github.com/yogthos/mastodon-bot",
"license": "MIT",
@ -18,8 +18,8 @@
"shadow-cljs": "^2.8.37"
},
"main": "mastodon-bot.js",
"scripts": {
"start": "node mastodon-bot.js"
"bin": {
"mastodon-bot": "./mastodon-bot.js"
},
"keywords": [
"cljs",