17 Commits

Author SHA1 Message Date
Dylan
e290d11259 Cleanup dependencies 2022-10-09 20:40:05 +01:00
Dylan
5b8a38c411
Merge pull request #25 from dylanpdx/dependabot/pip/werkzeug-2.2.2
Bump werkzeug from 2.0.3 to 2.2.2
2022-10-09 19:43:21 +01:00
dependabot[bot]
b77ff738a2
Bump werkzeug from 2.0.3 to 2.2.2
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.0.3 to 2.2.2.
- [Release notes](https://github.com/pallets/werkzeug/releases)
- [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/werkzeug/compare/2.0.3...2.2.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-09 18:24:29 +00:00
dependabot[bot]
3113209348
Bump idna from 3.3 to 3.4
Bumps [idna](https://github.com/kjd/idna) from 3.3 to 3.4.
- [Release notes](https://github.com/kjd/idna/releases)
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst)
- [Commits](https://github.com/kjd/idna/compare/v3.3...v3.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-09 18:24:25 +00:00
Dylan
bcaf2fb2f2 Youtube-DL downgrade, Dependabot config change 2022-10-09 19:22:18 +01:00
dependabot[bot]
aae0137cce
Bump yt-dlp from 2022.7.18 to 2022.9.1
Bumps [yt-dlp](https://github.com/yt-dlp/yt-dlp) from 2022.7.18 to 2022.9.1.
- [Release notes](https://github.com/yt-dlp/yt-dlp/releases)
- [Changelog](https://github.com/yt-dlp/yt-dlp/blob/master/Changelog.md)
- [Commits](https://github.com/yt-dlp/yt-dlp/compare/2022.07.18...2022.09.01)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-28 23:21:37 +00:00
Dylan
d7843b2490 Updated requirements.txt 2022-09-28 23:21:31 +01:00
Dylan
d7c2a204c8 WIP Tests 2022-09-15 20:12:38 +01:00
Dylan
d453933d95 Removed dependency on official Twitter API 2022-09-15 20:11:00 +01:00
Dylan
0ff8777784 Fixed missing python packages 2022-09-13 00:18:49 +01:00
Dylan
c58e9b2755 Updated requirements 2022-09-01 21:38:42 +01:00
Dylan
faed7482f4
Update requirements.txt 2022-06-05 02:10:54 +01:00
Dylan
954ae9f811 Update requirements 2022-05-15 00:32:08 +01:00
adryd
7bbcd75600
Fix tweet text content appearing in telegram
- Fix video quality sorting
 - Fix screenName being empty
 - Fix img accessed before declaration
 - Hopefully tweet text content shows now in telegram
 - Add flask_cors dependency
 - Remove unnecesary react-helmet garbage
2022-05-03 11:13:34 -04:00
robinuniverse
8aa811e5f6 Refactored a majority of the code in preparation for twitter API implementation, not quite there yet, but it's at least as functional as it was before I started 2021-07-12 03:49:07 -05:00
Robin Universe
ecba0fc79d Added a new link caching system, updated the readme, started ignoreing pycache 2021-07-07 22:17:23 -05:00
Robin Universe
80ed4bfa16 obligatory fix commit for the stuff I didn't get right the first time 2021-07-03 19:08:19 -05:00