16 Commits

Author SHA1 Message Date
Dylan
ff6651d2ad
Update 2023-05-04 (#88)
* 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>

* Update deploy workflow

* Fix NSFW video embeds

* Fix small embed sizes

* Update gitignore

* Fix/workarounds for failing tests

* Revert "Add info message for #74"

This reverts commit 39490a49b98ba6e56a109958dab4cb953ede4fe8.

* Fixed tweet not found error

* Fix tweet not found test

* 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>

* 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>

* 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>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-04 23:49:57 +01:00
Dylan
0820a9d354 Workaround for Twitter API changes 2023-04-08 17:58:37 +01:00
Dylan
0d85623c78 Add NSFW Tweet extract test 2023-04-08 16:37:45 +01:00
Dylan
1a4bfab98f Extract user by ID 2023-03-25 02:44:55 +00:00
Dylan
b06f844494 Support for odd user URLs 2023-03-05 21:31:35 +00:00
Dylan
adc85e2e51 Added function & tests for getting user profile (#65) 2023-03-05 21:23:27 +00:00
Dylan
3717430c3f Increased description limit for tweets 2023-02-17 18:10:53 +00:00
Dylan
4bf9207d65 Tests for image combine 2022-10-09 21:55:34 +01:00
Dylan
fe9642b6db fixed tests 2022-10-09 00:14:56 +01:00
Dylan
089dfab5d6 Add tests for upgrading QRTs 2022-10-08 23:44:18 +01:00
Dylan
2b3af43098 Changes QRT storage; Embeds qrt videos, closes #19 2022-10-08 23:26:44 +01:00
Dylan
409b89d9df Imports cleanup 2022-10-06 02:07:00 +01:00
Dylan
144e8f7bb7 Lazy QRT test 2022-10-05 23:14:01 +01:00
Dylan
3999dbd4a1 Poll/Votes support, closes #17 2022-10-02 21:01:35 +01:00
Dylan
d680579d6a Direct embed and 404 tweet tests 2022-09-29 01:23:53 +01:00
Dylan
47b2a31797 Added test for most major functions 2022-09-28 23:15:42 +01:00