Commit Graph

57 Commits

Author SHA1 Message Date
Marian Steinbach 0bf39996f8
Merge pull request #1 from netzbegruenung/reverse-order
Reverse order of tweets
2019-11-24 21:19:31 +01:00
Marian Steinbach 48b66abcbb Reverse the order of items 2019-11-23 11:38:11 +01:00
Marian Steinbach 1f8511b6ad Use buster base image 2019-11-19 15:02:06 +01:00
Marian Steinbach c32f75acc3 Ignore all .edn files 2019-11-19 15:01:55 +01:00
Marian Steinbach 1768ed9965 Simplify README 2019-11-19 14:08:48 +01:00
Marian Steinbach a7e2d4f63b Clean up README 2019-11-19 14:01:25 +01:00
Marian Steinbach 721c67d2af Create config.edn.example 2019-11-19 13:59:23 +01:00
Marian Steinbach fd75ca9e6f Add docker synopsis to README 2019-11-19 13:59:14 +01:00
Marian Steinbach c714626e76 Simplify Dockerfile 2019-11-19 13:58:55 +01:00
dmitri.sotnikov@gmail.com d79b9fa5c3 bumped up dependencies 2019-06-28 09:21:14 -04:00
Dmitri Sotnikov ad6a007c96
Merge pull request #21 from tscs37/master
Added Dockerfile and poll.sh
2019-03-11 07:54:30 -04:00
Tim Schuster 69423e2d28
Added Dockerfile and poll.sh 2019-03-11 12:15:13 +01:00
Dmitri Sotnikov ce8792467d
Merge pull request #19 from andybalaam/patch-1
Remove extra "c" in example config file
2019-02-15 06:02:44 -05:00
Andy Balaam 1226e08b46
Remove extra "c" in example config file 2019-02-15 10:15:04 +00:00
Dmitri Sotnikov e371993b23
Update README.md 2019-02-14 08:52:15 -05:00
dmitri.sotnikov@gmail.com e1768f49e3 cleanup 2019-02-13 11:46:12 -05:00
Dmitri Sotnikov 5c45d91c28
Merge pull request #18 from EBendinelli/master
Fix to get the last toot from the account timeline instead of "home"
2019-02-13 11:35:51 -05:00
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
2019-02-12 17:00:13 +00:00
EBendinelli 0f38625e6c
Adding Account id 2019-02-12 16:45:50 +00:00
EBendinelli 4a56599a03
Adding account id 2019-02-11 16:41:36 +00:00
dmitri.sotnikov@gmail.com 9a97681a3c added and error check when fetching Mastodon timeline 2019-01-06 10:57:03 -05:00
dmitri.sotnikov@gmail.com 0fb72210ac added compiled Js version 2018-12-15 20:52:24 -05:00
dmitri.sotnikov@gmail.com d9be88305c updated readme, added :media-only? option 2018-11-21 01:07:12 -05:00
Dmitri Sotnikov 08c66f6c1f
fixed a typo in the readme 2018-10-24 00:23:54 -04:00
Sotnikov, Dmitri 45d7871058 added :keyword-filters flag 2018-10-09 11:59:50 -04:00
Dmitri Sotnikov 8c004bd876 switched to use request module instead of curl to resolve urls 2018-08-28 02:18:01 -04:00
Dmitri Sotnikov 8a01e16648
Merge pull request #13 from rohieb/twitter
twitter: (partly) fix include-rts/include-replies logic
2018-08-28 02:13:59 -04:00
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.
2018-08-28 00:57:39 +02:00
Dmitri Sotnikov e2c9edcec5 added option to resolve URLs in links 2018-08-27 18:21:09 -04:00
Dmitri Sotnikov 33de858ecf Merge branch 'master' of github.com:yogthos/mastodon-bot 2018-08-26 00:59:59 -04:00
Dmitri Sotnikov 6c3879a7fa added support for status flags 2018-08-26 00:59:43 -04:00
Dmitri Sotnikov 54701023d5
Merge pull request #11 from daquinons/patch-1
Display tweets with 280 characters
2018-08-18 13:30:59 -04:00
Dmitri Sotnikov fdabb17fb0
Merge branch 'master' into patch-1 2018-08-18 13:30:38 -04:00
Dmitri Sotnikov 0c2832ddf0 fixed accessing multiple tumblr accounts, added config options 2018-08-18 13:25:48 -04:00
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).
2018-08-18 19:00:35 +02:00
Dmitri Sotnikov 6559337021
Merge pull request #10 from daquinons/master
Exclude replies
2018-08-18 12:53:45 -04:00
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
2018-08-18 17:41:15 +02:00
Dmitri Sotnikov 350b265000 made screenname optional, removed default post limit 2018-08-17 20:02:35 -04:00
Dmitri Sotnikov c39b71d025
Merge pull request #6 from JosephKiranBabu/master
Strip utm parameters from web links
2018-06-10 09:08:42 -04:00
Joseph Nuthalapati 48d37eb4d2
Strip utm parameters from web links
Signed-off-by: Joseph Nuthalapati <njoseph@thoughtworks.com>
2018-06-10 17:26:41 +05:30
Dmitri Sotnikov fec68ef646
Merge pull request #5 from SVMBrown/master
use encoding instead of str
2018-05-18 17:11:13 -04:00
Scot Brown 0c72b8be75 use encoding instead of str 2018-05-18 16:08:41 -04:00
Dmitri Sotnikov a902a10b21
Update README.md 2018-05-10 18:46:38 -04:00
Sotnikov, Dmitri 6dab0a4ebd added support for filtering out content 2018-04-23 17:50:44 -04:00
dmitri.sotnikov@gmail.com 9ed32f147c added signature support 2018-03-31 22:12:31 -04:00
Dmitri Sotnikov bf38e75b1a
added license 2018-03-25 17:23:09 -04:00
dmitri.sotnikov@gmail.com e4a9fbdecc improved RSS parsing 2018-03-23 09:14:26 -04:00
dmitri.sotnikov@gmail.com 67066dae91 Merge branch 'master' of github.com:yogthos/mastodon-bot 2018-03-20 08:58:23 -04:00
dmitri.sotnikov@gmail.com 1f411891a8 added RSS support 2018-03-20 08:57:25 -04:00
Dmitri Sotnikov 5526b70813 Merge pull request #2 from yogthos/tumblr
added tumblr support
2018-03-15 12:28:07 -04:00