Commit Graph

49 Commits (215047334b70571065c036ff7d863cf53851eec3)
 

Author SHA1 Message Date
Arnout Engelen 215047334b
typo follwing->following 5 years ago
dmitri.sotnikov@gmail.com d79b9fa5c3 bumped up dependencies 5 years ago
Dmitri Sotnikov ad6a007c96
Merge pull request #21 from tscs37/master
Added Dockerfile and poll.sh
5 years ago
Tim Schuster 69423e2d28
Added Dockerfile and poll.sh 5 years ago
Dmitri Sotnikov ce8792467d
Merge pull request #19 from andybalaam/patch-1
Remove extra "c" in example config file
5 years ago
Andy Balaam 1226e08b46
Remove extra "c" in example config file 5 years ago
Dmitri Sotnikov e371993b23
Update README.md 5 years ago
dmitri.sotnikov@gmail.com e1768f49e3 cleanup 5 years ago
Dmitri Sotnikov 5c45d91c28
Merge pull request #18 from EBendinelli/master
Fix to get the last toot from the account timeline instead of "home"
5 years ago
EBendinelli fc571d8ee5
Fix to get the last toot time from account
Previous last-post-time was taken from the Home timeline which consist of toots of followed people. This fix takes the time of the last toot of the targeted account
5 years ago
EBendinelli 0f38625e6c
Adding Account id 5 years ago
EBendinelli 4a56599a03
Adding account id 5 years ago
dmitri.sotnikov@gmail.com 9a97681a3c added and error check when fetching Mastodon timeline 6 years ago
dmitri.sotnikov@gmail.com 0fb72210ac added compiled Js version 6 years ago
dmitri.sotnikov@gmail.com d9be88305c updated readme, added :media-only? option 6 years ago
Dmitri Sotnikov 08c66f6c1f
fixed a typo in the readme 6 years ago
Sotnikov, Dmitri 45d7871058 added :keyword-filters flag 6 years ago
Dmitri Sotnikov 8c004bd876 switched to use request module instead of curl to resolve urls 6 years ago
Dmitri Sotnikov 8a01e16648
Merge pull request #13 from rohieb/twitter
twitter: (partly) fix include-rts/include-replies logic
6 years ago
Roland Hieber 14e5b0c712 twitter: fix include-rts/include-replies logic
The first problem was that the variable names were switched, the second
was that the API variable is named "exclude_replies" while the config
option is named "include_replies?", so a negation is needed.
6 years ago
Dmitri Sotnikov e2c9edcec5 added option to resolve URLs in links 6 years ago
Dmitri Sotnikov 33de858ecf Merge branch 'master' of github.com:yogthos/mastodon-bot 6 years ago
Dmitri Sotnikov 6c3879a7fa added support for status flags 6 years ago
Dmitri Sotnikov 54701023d5
Merge pull request #11 from daquinons/patch-1
Display tweets with 280 characters
6 years ago
Dmitri Sotnikov fdabb17fb0
Merge branch 'master' into patch-1 6 years ago
Dmitri Sotnikov 0c2832ddf0 fixed accessing multiple tumblr accounts, added config options 6 years ago
David Quiñones ea5d26e455
Display tweets with 280 characters
If "extended" is not set, the default beheaviour is to give tweets with 140 characters.

When it's enabled the response from the server doesn't have a "text" but a "full_text" ("text" comes empty).
6 years ago
Dmitri Sotnikov 6559337021
Merge pull request #10 from daquinons/master
Exclude replies
6 years ago
David Quiñones 3767f775ac
Exclude replies
Added the available parameter in the Twitter client to remove replies from the retrieved tweets https://developer.twitter.com/en/docs/tweets/timelines/api-reference/get-statuses-user_timeline.html
6 years ago
Dmitri Sotnikov 350b265000 made screenname optional, removed default post limit 6 years ago
Dmitri Sotnikov c39b71d025
Merge pull request #6 from JosephKiranBabu/master
Strip utm parameters from web links
6 years ago
Joseph Nuthalapati 48d37eb4d2
Strip utm parameters from web links
Signed-off-by: Joseph Nuthalapati <njoseph@thoughtworks.com>
6 years ago
Dmitri Sotnikov fec68ef646
Merge pull request #5 from SVMBrown/master
use encoding instead of str
6 years ago
Scot Brown 0c72b8be75 use encoding instead of str 6 years ago
Dmitri Sotnikov a902a10b21
Update README.md 6 years ago
Sotnikov, Dmitri 6dab0a4ebd added support for filtering out content 6 years ago
dmitri.sotnikov@gmail.com 9ed32f147c added signature support 6 years ago
Dmitri Sotnikov bf38e75b1a
added license 6 years ago
dmitri.sotnikov@gmail.com e4a9fbdecc improved RSS parsing 6 years ago
dmitri.sotnikov@gmail.com 67066dae91 Merge branch 'master' of github.com:yogthos/mastodon-bot 6 years ago
dmitri.sotnikov@gmail.com 1f411891a8 added RSS support 6 years ago
Dmitri Sotnikov 5526b70813 Merge pull request #2 from yogthos/tumblr
added tumblr support
6 years ago
dmitri.sotnikov@gmail.com 56421bc284 updated to exit gracefully when config is invalid 6 years ago
Dmitri Sotnikov ed0541edd8
Merge pull request #2 from yogthos/tumblr
added tumblr support
6 years ago
dmitri.sotnikov@gmail.com f67f55c858 added tumblr support 6 years ago
Dmitri Sotnikov 4cd7a5fcf5
Merge pull request #1 from strugee/npm-start
Declare Lumo as a dependency
6 years ago
AJ Jordan 6f86fb89b7
Use `npm start` in README.md 6 years ago
AJ Jordan 8bf710dd61
Declare Lumo as a dependency
This means that we always have the right version, regardless of what's
in the global environment. Note that npm scripts (including `npm
start`) automatically prepend `./node_modules/.bin` to $PATH, which is
how this works.

See also http://module.party
6 years ago
dmitri.sotnikov@gmail.com 75b679a533 initial commit 6 years ago