Commit Graph

63 Commits

Author SHA1 Message Date
AdamK2003 8dfb742520
changed query format for users 2023-08-01 01:57:31 +02:00
AdamK2003 fd3cf91768
whoops, forgot the bearer prefix 2023-08-01 01:55:43 +02:00
AdamK2003 119247f880
wrong method 2023-08-01 01:53:48 +02:00
AdamK2003 3f3b45112e
(╯°□°)╯︵ ┻━┻ 2023-08-01 01:51:20 +02:00
AdamK2003 692c2ec478
fix crash when trying to fetch an empty query 2023-08-01 01:44:22 +02:00
AdamK2003 49eb595799
argh 2023-08-01 01:42:02 +02:00
AdamK2003 86164dd055
flex tape 2023-08-01 01:40:50 +02:00
AdamK2003 cc32f7e685
added firefish output 2023-08-01 01:38:40 +02:00
AdamSkI2003 408672f487
Merge pull request #13 from AdamK2003/dependabot/npm_and_yarn/semver-5.7.2
Bump semver from 5.7.1 to 5.7.2
2023-07-13 19:43:28 +02:00
dependabot[bot] cdd2f2c0fa
Bump semver from 5.7.1 to 5.7.2
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-13 14:48:13 +00:00
AdamK2003 4b9422eb4c
add nodejs version to readme 2023-07-06 12:14:37 +02:00
AdamK2003 bc8f0414b6
reset fails value on success 2023-07-05 17:51:12 +02:00
AdamK2003 d431f08fdf
gitignore update 2023-07-05 14:39:23 +02:00
AdamK2003 fcd220eb08
forgot to update the readme when I renamed the template 2023-07-05 10:35:05 +02:00
AdamK2003 a140e37159
ignore more db related stuff 2023-07-05 02:00:32 +02:00
AdamK2003 f6f50ed035
fixes, added a fail count to the db, wip output
you might need to add the column to your db manually
`alter table fetched add fails integer default 0;`
2023-07-05 01:59:42 +02:00
AdamK2003 72d1829842
hotfixed the hotfix 2023-07-04 23:33:15 +02:00
AdamK2003 835fa40271
hotfix, seems like some instances (calckey? possibly with particular config?) don't care about max_id
so I'm skipping them
2023-07-04 23:05:52 +02:00
AdamK2003 5460955ec6
flextape.gif 2023-07-04 01:37:15 +02:00
AdamK2003 585edb65e7
renamed template config to make autocompletion easier 2023-07-04 01:30:07 +02:00
AdamK2003 0c7f079a61
smol fix 2023-07-04 01:27:41 +02:00
AdamK2003 72291a7880
added retries on input fetches 2023-07-02 22:11:04 +02:00
AdamK2003 09e29b5693
added log summary at close on fakerelay output 2023-07-02 22:10:52 +02:00
AdamK2003 f5878d6822
update readme to reflect new changes 2023-07-02 14:04:12 +02:00
AdamK2003 98b33378c7
persistent database for incremental fetching 2023-07-02 13:51:44 +02:00
AdamK2003 dcd6eeac51
gitignore .db files 2023-07-02 12:12:42 +02:00
AdamK2003 495512c390
update readme 2023-07-02 00:35:09 +02:00
AdamK2003 a2bbb3eac5
actually working fetch retries 2023-07-01 12:50:07 +02:00
AdamK2003 e955e636a3
add fetch retries 2023-07-01 12:19:37 +02:00
AdamK2003 ea730c3628
small template comment edit 2023-06-30 20:14:41 +02:00
AdamK2003 5f8ccc0b49
whoops, forgot to update template config 2023-06-30 19:41:00 +02:00
AdamK2003 18488fa5ff
implemented post/user filtering for `masto` output 2023-06-30 19:40:16 +02:00
AdamSkI2003 900da04bfd
add more info about fakerelay vs masto 2023-06-30 18:47:13 +02:00
AdamK2003 8005cea1b0
update readme to reflect changes in previous commit 2023-06-30 15:09:22 +02:00
AdamK2003 b335472934
added FakeRelay output, fixed some borked stuff, added more logging 2023-06-30 15:06:34 +02:00
AdamK2003 66800e90c7
added inputMaxRPS, better documentation 2023-06-30 11:32:34 +02:00
AdamK2003 2fcb97f80c
added json output and error handling for closing outputs 2023-06-30 11:23:46 +02:00
AdamK2003 55f3e49705
retry close in case of failure 2023-06-30 10:52:30 +02:00
AdamK2003 0017fd286f
small config template change 2023-06-30 03:27:29 +02:00
AdamK2003 010315d5fa
better logging, added debug output, optimized cache 2023-06-30 03:27:13 +02:00
AdamSkI2003 6fe178e397
clarify warning 2023-06-30 01:26:28 +02:00
AdamK2003 f93aa89f01
add return values 2023-06-29 19:42:23 +02:00
AdamK2003 8efb5b7eb6
readme fix 2023-06-29 19:40:01 +02:00
AdamK2003 56c0e2b0fa
smol readme change 2023-06-29 19:38:20 +02:00
AdamK2003 310766282a
update and expand readme 2023-06-29 19:33:11 +02:00
AdamK2003 3e2548ca14
made the outputs modular in preparation for more changes 2023-06-29 19:18:25 +02:00
AdamK2003 a8f394f2e5
fetched post cache is now per instance 2023-06-29 14:10:02 +02:00
AdamK2003 56f080884c
prevented unnecessary double fetching, added user fetching 2023-06-29 10:37:55 +02:00
AdamSkI2003 da13b9a584
Update README.md 2023-06-29 00:06:29 +02:00
AdamK2003 a6fad06660
stray close-paren 2023-06-28 23:11:58 +02:00