works :-)
This commit is contained in:
parent
f8ac1d2df3
commit
b231fc5209
2 changed files with 9 additions and 5 deletions
|
@ -6,8 +6,12 @@ the bot will post the timeline from the specified Twitter/Tumblr accounts and RS
|
||||||
|
|
||||||
### installation
|
### installation
|
||||||
|
|
||||||
1. install [Node.js](https://nodejs.org/en/)
|
1. prerequisits
|
||||||
2. run `npm install` to install Node modules
|
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
|
### usage
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"name": "mastodon-bot",
|
"name": "mastodon-bot",
|
||||||
"description": "Bot to publish twitter, tumblr or rss posts to an mastodon account.",
|
"description": "Bot to publish twitter, tumblr or rss posts to an mastodon account.",
|
||||||
"author": "Dmitri Sotnikov",
|
"author": "Dmitri Sotnikov",
|
||||||
"version": "0.1.0-dev-0",
|
"version": "0.1.0-dev-1",
|
||||||
"homepage": "https://github.com/yogthos/mastodon-bot",
|
"homepage": "https://github.com/yogthos/mastodon-bot",
|
||||||
"repository": "https://github.com/yogthos/mastodon-bot",
|
"repository": "https://github.com/yogthos/mastodon-bot",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
@ -18,8 +18,8 @@
|
||||||
"shadow-cljs": "^2.8.37"
|
"shadow-cljs": "^2.8.37"
|
||||||
},
|
},
|
||||||
"main": "mastodon-bot.js",
|
"main": "mastodon-bot.js",
|
||||||
"scripts": {
|
"bin": {
|
||||||
"start": "node mastodon-bot.js"
|
"mastodon-bot": "./mastodon-bot.js"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"cljs",
|
"cljs",
|
||||||
|
|
Reference in a new issue