Commit Graph

12 Commits

Author SHA1 Message Date
c098c0aad4 Change how config is loaded from env for testing 2023-07-02 17:54:49 +01:00
6b13c1cd0f Squashed commit of the following:
commit aae42b88c9
Merge: f2cec85 ab59881
Author: Dylan <dylanpdx@gmail.com>
Date:   Thu Jun 15 09:16:46 2023 +0100

    Merge branch 'main' of github.com:dylanpdx/BetterTwitFix

commit f2cec8521f
Author: Dylan <dylanpdx@gmail.com>
Date:   Thu Jun 15 09:16:41 2023 +0100

    Very very quick fix for API changes

commit ab5988148c
Merge: 16f133a 1511551
Author: Dylan <dylanpdx@gmail.com>
Date:   Sat Jun 3 15:04:23 2023 +0100

    Merge pull request #98 from dylanpdx/dependabot/pip/boto3-1.26.146

    Bump boto3 from 1.26.133 to 1.26.146

commit 1511551719
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Sat Jun 3 13:34:51 2023 +0000

    Bump boto3 from 1.26.133 to 1.26.146

    Bumps [boto3](https://github.com/boto/boto3) from 1.26.133 to 1.26.146.
    - [Release notes](https://github.com/boto/boto3/releases)
    - [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst)
    - [Commits](https://github.com/boto/boto3/compare/1.26.133...1.26.146)

    ---
    updated-dependencies:
    - dependency-name: boto3
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit 16f133a11b
Merge: 9f8f3ea 6b884d4
Author: Dylan <dylanpdx@gmail.com>
Date:   Sat Jun 3 14:34:10 2023 +0100

    Merge pull request #96 from dylanpdx/dependabot/pip/requests-2.31.0

    Bump requests from 2.30.0 to 2.31.0

commit 6b884d42b0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon May 29 02:00:29 2023 +0000

    Bump requests from 2.30.0 to 2.31.0

    Bumps [requests](https://github.com/psf/requests) from 2.30.0 to 2.31.0.
    - [Release notes](https://github.com/psf/requests/releases)
    - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
    - [Commits](https://github.com/psf/requests/compare/v2.30.0...v2.31.0)

    ---
    updated-dependencies:
    - dependency-name: requests
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit 9f8f3ea41e
Merge: cda291f a710867
Author: Dylan <dylanpdx@gmail.com>
Date:   Tue May 16 15:44:07 2023 +0100

    Merge branch 'prod' into main

commit cda291fe9e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue May 16 15:42:18 2023 +0100

    Bump boto3 from 1.26.129 to 1.26.133 (#92)

    Bumps [boto3](https://github.com/boto/boto3) from 1.26.129 to 1.26.133.
    - [Release notes](https://github.com/boto/boto3/releases)
    - [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst)
    - [Commits](https://github.com/boto/boto3/compare/1.26.129...1.26.133)

    ---
    updated-dependencies:
    - dependency-name: boto3
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 5cb8d479f5
Author: Dylan <dylanpdx@gmail.com>
Date:   Tue May 16 15:40:34 2023 +0100

    Fixed QRTs sometimes failing to embed

commit b7f285c2cd
Merge: 66c0044 49ec005
Author: Dylan <dylanpdx@gmail.com>
Date:   Tue May 16 15:32:28 2023 +0100

    Merge branch 'main' of github.com:dylanpdx/BetterTwitFix

commit 66c004453b
Author: Dylan <dylanpdx@gmail.com>
Date:   Sun May 14 22:04:35 2023 +0100

    Increased timeout to 15

commit 49ec0059cd
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue May 9 16:53:02 2023 +0100

    Bump boto3 from 1.26.127 to 1.26.129 (#90)

    Bumps [boto3](https://github.com/boto/boto3) from 1.26.127 to 1.26.129.
    - [Release notes](https://github.com/boto/boto3/releases)
    - [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst)
    - [Commits](https://github.com/boto/boto3/compare/1.26.127...1.26.129)

    ---
    updated-dependencies:
    - dependency-name: boto3
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit c395c00a11
Author: Dylan <dylanpdx@gmail.com>
Date:   Fri May 5 14:08:23 2023 +0100

    Fix text trimming with images and text posts

commit c6840ad093
Author: Dylan <dylanpdx@gmail.com>
Date:   Fri May 5 13:56:45 2023 +0100

    Revert "Fix text trimming w/ old limits"

    This reverts commit 9d9c32b797.

commit 9d9c32b797
Author: Dylan <dylanpdx@gmail.com>
Date:   Fri May 5 13:46:42 2023 +0100

    Fix text trimming w/ old limits

commit dda1187f4a
Merge: 14c9426 f0065ce
Author: Dylan <dylanpdx@gmail.com>
Date:   Thu May 4 23:48:42 2023 +0100

    Merge branch 'prod' into main

commit 14c942645c
Merge: d621bfc e895e4c
Author: Dylan <dylanpdx@gmail.com>
Date:   Thu May 4 23:45:19 2023 +0100

    Merge pull request #84 from dylanpdx/dependabot/pip/requests-2.30.0

    Bump requests from 2.28.2 to 2.30.0

commit e895e4c876
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu May 4 22:44:08 2023 +0000

    Bump requests from 2.28.2 to 2.30.0

    Bumps [requests](https://github.com/psf/requests) from 2.28.2 to 2.30.0.
    - [Release notes](https://github.com/psf/requests/releases)
    - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
    - [Commits](https://github.com/psf/requests/compare/v2.28.2...v2.30.0)

    ---
    updated-dependencies:
    - dependency-name: requests
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit d621bfc8a8
Merge: 727d144 98e006b
Author: Dylan <dylanpdx@gmail.com>
Date:   Thu May 4 23:43:28 2023 +0100

    Merge pull request #86 from dylanpdx/dependabot/pip/boto3-1.26.127

    Bump boto3 from 1.26.104 to 1.26.127

commit 727d144ece
Merge: 1a698c1 618a644
Author: Dylan <dylanpdx@gmail.com>
Date:   Thu May 4 23:42:04 2023 +0100

    Merge pull request #87 from dylanpdx/dependabot/npm_and_yarn/simple-git-3.18.0

    Bump simple-git from 3.7.1 to 3.18.0

commit 618a644070
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu May 4 22:40:58 2023 +0000

    Bump simple-git from 3.7.1 to 3.18.0

    Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) from 3.7.1 to 3.18.0.
    - [Release notes](https://github.com/steveukx/git-js/releases)
    - [Changelog](https://github.com/steveukx/git-js/blob/main/simple-git/CHANGELOG.md)
    - [Commits](https://github.com/steveukx/git-js/commits/simple-git@3.18.0/simple-git)

    ---
    updated-dependencies:
    - dependency-name: simple-git
      dependency-type: indirect
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit 98e006b31c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu May 4 22:39:39 2023 +0000

    Bump boto3 from 1.26.104 to 1.26.127

    Bumps [boto3](https://github.com/boto/boto3) from 1.26.104 to 1.26.127.
    - [Release notes](https://github.com/boto/boto3/releases)
    - [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst)
    - [Commits](https://github.com/boto/boto3/compare/1.26.104...1.26.127)

    ---
    updated-dependencies:
    - dependency-name: boto3
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit 1a698c1d6f
Merge: a6eb39e 8205ef2
Author: Dylan <dylanpdx@gmail.com>
Date:   Thu May 4 23:38:58 2023 +0100

    Merge pull request #71 from dylanpdx/dependabot/pip/pillow-9.5.0

    Bump pillow from 9.4.0 to 9.5.0

commit a6eb39e545
Author: Dylan <dylanpdx@gmail.com>
Date:   Thu May 4 23:35:52 2023 +0100

    Fix tweet not found test

commit d84938ee08
Author: Dylan <dylanpdx@gmail.com>
Date:   Thu May 4 23:29:12 2023 +0100

    Fixed tweet not found error

commit 69b99dcc9b
Author: Dylan <dylanpdx@gmail.com>
Date:   Thu May 4 23:08:11 2023 +0100

    Revert "Add info message for #74"

    This reverts commit 39490a49b9.

commit 8674c8d828
Author: Dylan <dylanpdx@gmail.com>
Date:   Thu May 4 23:07:15 2023 +0100

    Fix/workarounds for failing tests

commit 3127fff1ae
Author: Dylan <dylanpdx@gmail.com>
Date:   Thu May 4 22:45:55 2023 +0100

    Update gitignore

commit 6244c875c4
Author: Dylan <dylanpdx@gmail.com>
Date:   Sun Apr 9 23:11:31 2023 +0100

    Fix small embed sizes

commit edfeefbc00
Author: Dylan <dylanpdx@gmail.com>
Date:   Sun Apr 9 22:26:38 2023 +0100

    Fix NSFW video embeds

commit dd961df082
Author: Dylan <dylanpdx@gmail.com>
Date:   Sat Apr 8 18:11:14 2023 +0100

    Update deploy workflow

commit 8205ef2400
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Sat Apr 8 16:59:27 2023 +0000

    Bump pillow from 9.4.0 to 9.5.0

    Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.4.0 to 9.5.0.
    - [Release notes](https://github.com/python-pillow/Pillow/releases)
    - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
    - [Commits](https://github.com/python-pillow/Pillow/compare/9.4.0...9.5.0)

    ---
    updated-dependencies:
    - dependency-name: pillow
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
2023-06-15 09:17:39 +01:00
0820a9d354 Workaround for Twitter API changes 2023-04-08 17:58:37 +01:00
7ff1031627 Squashed commit of the following:
commit 4fe0af4e6a4a15ee4796a857e79ad0fe9b72c0f1
Author: Dylan <dylanpdx@gmail.com>
Date:   Wed Dec 28 18:09:25 2022 +0000

    Misc. changes to MP4 Looping function

commit 42ef8845c38c5a74e56da3c5f035d5a6c091c86a
Author: Dylan <dylanpdx@gmail.com>
Date:   Tue Dec 27 20:00:22 2022 +0000

    Abandoning raw gif conversion for now; looping vid instead

commit b61938b340a02ac8cfab02048b7e9deaf87edbf5
Author: Dylan <dylanpdx@gmail.com>
Date:   Tue Dec 27 19:38:58 2022 +0000

    More work on WIP gif generation

commit 3bc6e7e0da1ce6ae905c80bbbaaa55a68050de52
Author: Dylan <dylanpdx@gmail.com>
Date:   Mon Dec 26 14:46:46 2022 +0000

    Experimental gif conversion
2022-12-28 18:22:11 +00:00
6e1f37eabd Misc. changes and coverage excludes 2022-09-28 23:50:12 +01:00
47b2a31797 Added test for most major functions 2022-09-28 23:15:42 +01:00
403b82d7fe Improved messages for errors, removed apiMirrors 2022-09-28 19:22:41 +01:00
d453933d95 Removed dependency on official Twitter API 2022-09-15 20:11:00 +01:00
7d0c057a4a Removed redundant cache env variable & setting 2022-09-13 00:17:52 +01:00
10ec46a0cf Squashed commit of the following:
commit 12bb37ef0a430ab30d0ec3e06d7f58d42b1332b9
Author: Dylan <dylanpdx@gmail.com>
Date:   Mon Sep 12 17:31:22 2022 +0100

    Increase memory to 1GB

commit bbdd0f85c500413f765b44cdb8643539a01b3968
Author: Dylan <dylanpdx@gmail.com>
Date:   Thu Sep 8 23:19:41 2022 +0100

    Reduced memory to 256mb

commit 5fa80151a09092a7206ffd294ef464650b776ba8
Author: Dylan <dylanpdx@gmail.com>
Date:   Thu Sep 8 23:10:57 2022 +0100

    Updated serverless code

commit 42f826908ac82a91e67312ae6270ce6ac9bfd216
Author: Dylan <dylanpdx@gmail.com>
Date:   Thu Sep 8 19:33:39 2022 +0100

    Squashed commit of the following:

    commit 27accd7a5a
    Author: Dylan <dylanpdx@gmail.com>
    Date:   Thu Sep 1 23:54:15 2022 +0100

        Documented apiMirrors

    commit bf46166b02
    Author: Dylan <dylanpdx@gmail.com>
    Date:   Thu Sep 1 22:58:53 2022 +0100

        Fixed incorrect log print 😅

    commit a05ff596e0
    Author: Dylan <dylanpdx@gmail.com>
    Date:   Thu Sep 1 22:52:20 2022 +0100

        Fix #14

    commit 1954a72bd0
    Author: Dylan <dylanpdx@gmail.com>
    Date:   Thu Sep 1 22:33:07 2022 +0100

        API Mirror

    commit c58e9b2755
    Author: Dylan <dylanpdx@gmail.com>
    Date:   Thu Sep 1 21:38:42 2022 +0100

        Updated requirements

    commit a51876a829
    Author: Dylan <dylanpdx@gmail.com>
    Date:   Sat Jul 23 16:34:36 2022 +0100

        Fix twitter api failing for direct video linking

    commit d97f70b224
    Author: Dylan <dylanpdx@gmail.com>
    Date:   Sat Jul 23 16:29:39 2022 +0100

        Added option to disable cache

    commit 2da2cd5200
    Author: Dylan <dylanpdx@gmail.com>
    Date:   Fri Jul 22 00:57:07 2022 +0100

        Removed image scale-down at the end of processing

    commit b0547ce810
    Author: Dylan <dylanpdx@gmail.com>
    Date:   Sun Jul 17 14:00:19 2022 +0100

        Same fix as last commit

    commit 1ec59bce2e
    Author: Dylan <dylanpdx@gmail.com>
    Date:   Sun Jul 17 13:54:59 2022 +0100

        Fixed direct linking on Discord

    commit 2a77ff96b0
    Author: Dylan <dylanpdx@gmail.com>
    Date:   Wed Jul 6 19:43:22 2022 +0100

        Separated code into different files

    commit 973c31f705
    Merge: e28789a b27296e
    Author: Dylan <dylanpdx@gmail.com>
    Date:   Thu Jun 9 14:35:33 2022 +0100

        Merge pull request #7 from flifloo/main

        Add Docker image and compose with documentation

    commit b27296e317
    Author: flifloo <flifloo@gmail.com>
    Date:   Tue Jun 7 11:46:39 2022 +0200

        Add Docker image and compose with documentation

    commit 40f4770e17
    Author: flifloo <flifloo@gmail.com>
    Date:   Tue Jun 7 10:44:52 2022 +0200

        Fix links.json creation

    commit e28789a09d
    Author: Dylan <dylanpdx@gmail.com>
    Date:   Sun Jun 5 13:36:18 2022 +0100

        Added og:description on videos for Telegram users

    commit faed7482f4
    Author: Dylan <dylanpdx@gmail.com>
    Date:   Sun Jun 5 02:10:54 2022 +0100

        Update requirements.txt

    commit a5b2eb6cd0
    Author: Dylan <dylanpdx@gmail.com>
    Date:   Sat Jun 4 13:53:14 2022 +0100

        Restore old behavior of showing error message

    commit 16dfc509d3
    Author: Dylan <dylanpdx@gmail.com>
    Date:   Fri Jun 3 23:27:33 2022 +0100

        Small log message when an unofficial API call succeeds

    commit 174a20d896
    Author: Dylan <dylanpdx@gmail.com>
    Date:   Thu Jun 2 17:07:48 2022 +0100

        Use unofficial API when official API fails

    commit e64dee9349
    Author: Dylan <dylanpdx@gmail.com>
    Date:   Thu Jun 2 01:09:04 2022 +0100

        Temporary redirect for failing links due to API ratelimiting

    commit f0f709f62e
    Author: Dylan <dylanpdx@gmail.com>
    Date:   Wed Jun 1 21:52:47 2022 +0100

        use yt-dlp

    commit 0f77b2e0a4
    Merge: 285c8f7 ffcde09
    Author: Dylan <dylanpdx@gmail.com>
    Date:   Wed Jun 1 19:26:22 2022 +0000

        Merge branch 'main' of github.com:dylanpdx/BetterTwitFix

    commit 285c8f70f8
    Author: Dylan <dylanpdx@gmail.com>
    Date:   Wed Jun 1 19:25:23 2022 +0000

        Service auto-restart

    commit ffcde09b97
    Author: Dylan <dylanpdx@gmail.com>
    Date:   Mon May 30 01:25:53 2022 +0100

        Return HTTP 400 if missing query parameters

    commit 891db049af
    Author: Dylan <dylanpdx@gmail.com>
    Date:   Fri May 27 23:18:58 2022 +0100

        Fixed incorrect TTL being set

    commit 797b670d0e
    Author: Dylan <dylanpdx@gmail.com>
    Date:   Thu May 26 18:11:30 2022 +0100

        Do not combine single image tweets

    commit 728785278b
    Author: Dylan <dylanpdx@gmail.com>
    Date:   Thu May 26 16:48:24 2022 +0100

        Fixed direct video linking

    commit ec1f4dc284
    Author: Dylan <dylanpdx@gmail.com>
    Date:   Thu May 26 16:13:31 2022 +0100

        Image check in lambda handler

    commit 77b972a1b2
    Author: Dylan <dylanpdx@gmail.com>
    Date:   Thu May 26 16:10:29 2022 +0100

        Switched to using ThreadPoolExecutor

    commit 4feb1b65d6
    Author: Dylan <dylanpdx@gmail.com>
    Date:   Thu May 26 15:01:12 2022 +0100

        Optimized image downloads

    commit 2819b504a3
    Author: Dylan <dylanpdx@gmail.com>
    Date:   Thu May 26 02:01:43 2022 +0100

        Add quality argument

    commit 2399788fdc
    Author: Dylan <dylanpdx@gmail.com>
    Date:   Thu May 26 01:29:47 2022 +0100

        Misc code cleanup; Fixed Discord not embedding 301 redirects issue

    commit 7a021916f0
    Author: Dylan <dylanpdx@gmail.com>
    Date:   Thu May 26 00:58:28 2022 +0100

        Use proper mime type

    commit a06a89825c
    Author: Dylan <dylanpdx@gmail.com>
    Date:   Wed May 25 23:56:48 2022 +0100

        Fixed formatting

    commit 6717fd464a
    Author: Dylan <dylanpdx@gmail.com>
    Date:   Wed May 25 23:55:41 2022 +0100

        Documented combination_method

    commit 022edb5122
    Author: Dylan <dylanpdx@gmail.com>
    Date:   Wed May 25 23:48:55 2022 +0100

        Moved combineImg to own module; created AWS dockerfile; added combination_method config

    commit d7e0cb9089
    Author: Dylan <dylanpdx@gmail.com>
    Date:   Wed May 25 17:28:03 2022 +0100

        Changed scaling method

    commit 55ea554357
    Author: Dylan <dylanpdx@gmail.com>
    Date:   Wed May 25 16:30:51 2022 +0100

        Re-scale image down

    commit b457760fae
    Author: Dylan <dylanpdx@gmail.com>
    Date:   Wed May 25 01:20:27 2022 +0100

        Use JPEG for final combined img

    commit 39a9ffd512
    Author: Dylan <dylanpdx@gmail.com>
    Date:   Wed May 25 00:49:22 2022 +0100

        Method to embed combined tweet images. WIP & may be CPU intensive

    commit a6efd26447
    Author: Dylan <dylanpdx@gmail.com>
    Date:   Mon May 23 20:33:11 2022 +0100

        Oops- Updated other two error msgs

    commit e81beb975c
    Author: Dylan <dylanpdx@gmail.com>
    Date:   Mon May 23 19:02:54 2022 +0100

        Improved Fail link message

    commit 55c956ad4e
    Author: Dylan <dylanpdx@gmail.com>
    Date:   Sun May 22 15:19:28 2022 +0100

        Error checking for loading cache json file

    commit 014f9d0e8d
    Author: Dylan <dylanpdx@gmail.com>
    Date:   Sun May 22 15:19:17 2022 +0100

        TTL for cache entries

    commit f640ac69a1
    Merge: 7eff745 08d686c
    Author: Dylan <dylanpdx@gmail.com>
    Date:   Sat May 21 16:13:26 2022 +0100

        Merge pull request #2 from cabiste69/patch-1

        Minor cleaning

    commit 08d686c652
    Author: cabiste <ahmedjj354@gmail.com>
    Date:   Fri May 20 23:14:58 2022 +0100

        minor cleaning

    commit 7eff745550
    Author: Dylan <dylanpdx@gmail.com>
    Date:   Wed May 18 18:23:11 2022 +0100

        Clarifications in readme

    commit 8df211090c
    Merge: 5a2a4e6 681f191
    Author: Dylan <dylanpdx@gmail.com>
    Date:   Tue May 17 17:14:30 2022 +0100

        Merge pull request #1 from Fam0r/main

        Use the best bitrate video for twitter embeds

    commit 5a2a4e6316
    Author: Dylan <dylanpdx@gmail.com>
    Date:   Tue May 17 14:55:49 2022 +0100

        Display how many total images in the post

    commit 681f191502
    Author: Fam0r <fam0r@mailbox.org>
    Date:   Tue May 17 09:40:40 2022 +0300

        Use the best bitrate video for twitter embeds

    commit 82fe66af48
    Author: Dylan <dylanpdx@gmail.com>
    Date:   Mon May 16 20:18:18 2022 +0100

        Work in progress code for combining up to 4 images

    commit fba1256efd
    Author: Dylan <dylanpdx@gmail.com>
    Date:   Sun May 15 01:42:22 2022 +0100

        Fixed infinite redirect(?)

    commit 85c682ab11
    Author: Dylan <dylanpdx@gmail.com>
    Date:   Sun May 15 01:15:15 2022 +0100

        Updated gitignore

commit f2eefbe5a542f1a6fa8404228c2a9425054765a8
Author: Dylan <dylanpdx@gmail.com>
Date:   Wed May 18 18:21:00 2022 +0100

    Fixed DynamoDB integration

commit 32e5376b987c732147ab3289c2c42a8afde19e2f
Author: Dylan <dylanpdx@gmail.com>
Date:   Mon May 16 19:28:31 2022 +0100

    DynamoDB support & Serverless config update

commit dee62f812a6c8da443b111c7f3dd24bcb4d76525
Author: Dylan <dylanpdx@gmail.com>
Date:   Sun May 15 17:06:42 2022 +0100

    Updated serverless.yml to dockerize pip packages

commit 43d69a1d872c293a4b70d2a330261245783eb924
Author: Dylan <dylanpdx@gmail.com>
Date:   Sun May 15 14:30:18 2022 +0100

    serverless wsgi files

commit 96246aa9217774ddc88275ffba5bf1790317eda9
Author: Dylan <dylanpdx@gmail.com>
Date:   Sun May 15 01:47:20 2022 +0100

    Squashed commit of the following:

    commit fba1256efd
    Author: Dylan <dylanpdx@gmail.com>
    Date:   Sun May 15 01:42:22 2022 +0100

        Fixed infinite redirect(?)

    commit 85c682ab11
    Author: Dylan <dylanpdx@gmail.com>
    Date:   Sun May 15 01:15:15 2022 +0100

        Updated gitignore

commit 2c9563fafe97bfe7782386aaa04372dcac5f8136
Author: Dylan <dylanpdx@gmail.com>
Date:   Sun May 15 01:14:41 2022 +0100

    Serverless config
2022-09-12 17:36:11 +01:00
27accd7a5a Documented apiMirrors 2022-09-01 23:54:15 +01:00
2a77ff96b0 Separated code into different files 2022-07-06 19:43:22 +01:00