Commit graph

28 commits

Author SHA1 Message Date
Dmitri Sotnikov
cdbe2b2f5b
Merge pull request #29 from EBendinelli/master
Adding Nitter support to replace Twitter links
2020-01-15 12:47:34 -05:00
Eliot
4265b03c8c Adding support for nitter, replace twitter links by nitter links 2020-01-15 15:54:41 +00:00
dmitri.sotnikov@gmail.com
e1768f49e3 cleanup 2019-02-13 11:46:12 -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
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
d9be88305c updated readme, added :media-only? option 2018-11-21 01:07:12 -05: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
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
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
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
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
Scot Brown
0c72b8be75 use encoding instead of str 2018-05-18 16:08:41 -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@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
dmitri.sotnikov@gmail.com
56421bc284 updated to exit gracefully when config is invalid 2018-03-15 10:08:31 -04:00
dmitri.sotnikov@gmail.com
f67f55c858 added tumblr support 2018-03-15 09:23:27 -04:00
dmitri.sotnikov@gmail.com
75b679a533 initial commit 2018-03-14 09:50:34 -04:00