Commit Graph

278 Commits (5d0f6fbb97bb333981b61268b036d2ce1aceaed5)
 

Author SHA1 Message Date
Arnout Engelen 9c80c4cab0
Release 0.0.2 4 years ago
Dmitri Sotnikov 3a4d7b49c9
Merge pull request #41 from raboof/replace-after-resolving-urls
'perform-replacements' after 'resolve-urls'
4 years ago
Arnout Engelen a3b51d1e5c
'perform-replacements' after 'resolve-urls'
This simplifies things overall, and avoids resolve-urls replacing mentions like
'@foo@bar.org' with links to the 'about' page of the instance.

Unfortunately this wasn't easy to add a test for.
4 years ago
jem 7286db72b0 initially draft the idea 4 years ago
Dmitri Sotnikov 56e79a1e8c
Merge pull request #40 from raboof/publish
Add filters so 'npm pack' and publish contains just enough
4 years ago
Arnout Engelen 7f992e9d73
Add filters so 'npm pack' and publish contains just enough 4 years ago
Dmitri Sotnikov e7daeab93d
Merge pull request #37 from raboof/replacements
Allow configuring 'replacements'
4 years ago
Arnout Engelen 3f9cd958f5
Allow configuring 'replacements' 4 years ago
Dmitri Sotnikov dfb1685569
cleanup 4 years ago
Dmitri Sotnikov 9a216f5fa7
Merge pull request #36 from raboof/twitter-error-handling
Handle/report twitter errors
4 years ago
Arnout Engelen 981444ad7c Handle/report twitter errors 4 years ago
Dmitri Sotnikov d72b755485
Merge pull request #35 from raboof/no-separate-main
Remove separate main.cljs, install to PATH
4 years ago
Arnout Engelen 043f1e0fd3 Remove separate main.cljs, install to PATH
https://docs.npmjs.com/files/package.json#bin
4 years ago
Dmitri Sotnikov 180f2a6eb5
Merge pull request #34 from raboof/drop-media-link-from-twitter-text
Drop media link from twitter text
4 years ago
Arnout Engelen 3512b4c045 clojure.string/ -> string/ 4 years ago
Arnout Engelen 307e98023d Move test tweets to their own files 4 years ago
Arnout Engelen d541552422 Drop media link from twitter text
When tweeting with an image, twitter will append a link to the image to the end
for the tweet text. That's not useful since we re-upload it to mastodon anyway,
so chop off the link to twitter in that case.
4 years ago
Dmitri Sotnikov ce8aecdfc9
Merge pull request #33 from raboof/make-cljs-scripts-executable
Make cljs scripts executable
4 years ago
Arnout Engelen f229bf7eec Make cljs scripts executable
Without this 'npm start'/'npm test' doesn't work for me on linux
4 years ago
dmitri.sotnikov@gmail.com 86a0dd4c9f updated docs 4 years ago
dmitri.sotnikov@gmail.com 820cd2be82 added shadow-cljs compilation to generate a js artifact 4 years ago
dmitri.sotnikov@gmail.com 72f85c1a51 clean up, updated docs 4 years ago
Dmitri Sotnikov 97f1df59be
Merge pull request #32 from raboof/addTest
Add a unit test
4 years ago
Arnout Engelen ea7c057c11 Add a unit test
Splitting up the project in core/main/test
4 years ago
Dmitri Sotnikov bfe1253584
fixed typo 4 years ago
Dmitri Sotnikov cdbe2b2f5b
Merge pull request #29 from EBendinelli/master
Adding Nitter support to replace Twitter links
5 years ago
Eliot 37920f0130 Updated config.edn in README 5 years ago
Eliot 4265b03c8c Adding support for nitter, replace twitter links by nitter links 5 years ago
Dmitri Sotnikov 8246d7a368
Merge pull request #28 from raboof/patch-1
typo follwing->following
5 years ago
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