Commit graph

87 commits

Author SHA1 Message Date
Dylan
7a0b2660c5 Name changes & removed links.json 2022-05-13 19:50:39 +01:00
Dylan
66a6af4cc3 Initial changes 2022-05-13 17:00:16 +00:00
Robin Universe
5b58c0d9bc
Merge pull request #52 from DorukSega/main
Latest Section Update
2022-05-13 07:23:58 -05:00
Doruk
ba6059bb59 Adjustment to latest.html file 2022-05-13 15:13:16 +03:00
Doruk
d2903baefe Slight Adjustment to /latest/ view
Added Better Cookies
Added the option
2022-05-13 15:11:47 +03:00
Doruk
c6cffefe80 Updated /latest/ to include new features
Nsfw filter based on twitter's
Support for Multiple Images
2022-05-13 11:54:50 +03:00
Robin Universe
55f59c150f
Updated TwitFix to bring it inline with Prod
- Improve the Like / Retweet display
 - Fix video descriptions being bad and broken
 - Add NSFW status to the VNF
 - Change embed color depending on NSFW status
 - Fix video bitrate sorting for the third time ( all adys doing )
 - Added a .json endpoint that allows you to get the raw VNF json for any tweet
 - Fixed Videos type not being detected and cached, resulting in empty VNFs (no screen_name, likes, or RTs)
2022-05-10 18:40:09 -05:00
Robin Universe
d8909c5dc2
Add files via upload 2022-05-10 18:36:46 -05:00
Robin Universe
45a0e6a303
Add files via upload 2022-05-10 18:35:59 -05:00
Robin Universe
a6769a42a3
Update readme.md 2022-05-05 07:53:11 -05:00
Robin Universe
5d0f74530b
Update readme.md 2022-05-05 07:52:21 -05:00
Robin Universe
9d754a9bf3
Merge pull request #50 from adryd325/patch-2
Fix tweet text content appearing in telegram and some other stuff
2022-05-04 11:05:31 -05: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
Robin Universe
d9f83ae8a1
Merge pull request #48 from adryd325/patch-1
Re-add quality sorting
2022-03-19 20:12:46 -05:00
adryd
b201bdcf2e
Re-add quality sorting 2022-03-19 20:37:28 -04:00
Robin Universe
48511f5a87
Update readme.md 2022-03-07 07:11:23 -06:00
Robin Universe
649c48fd74
Update Templates 2022-03-07 06:55:33 -06:00
Robin Universe
23bc8fe76e
Supporting Files for /Latest 2022-03-07 06:54:34 -06:00
Robin Universe
9f8e3807b2
Brought up to date with Live
Added: 
 - DB Table is now configured in the config file ( lets you run multiple instances on different tables, handy for testing )
 - Added way to post any image in a multi-image tweet by using /2, /3, or /4
 - Added @DorukSega 's implementation of the /latest page that actually looks nice
 - Made it so all images are stored to the images object in the vnf ( first image is also stored in thumb for back compat )

Fixed:
 - Made it so you can put .mp4 at the end of any tweet link and it'll work, even if the url has args
2022-03-07 06:52:39 -06:00
Robin Universe
3a961271e1
Update Templates 2022-02-20 16:15:09 -06:00
Robin Universe
0385227468
Tweet Types / QRTs / TOP / Cleanup 2022-02-20 16:13:18 -06:00
Robin Universe
7990c5d150
Merge pull request #42 from DorukSega/main
design of the fxtwitter.com/latest
2022-01-21 21:23:42 -06:00
Doruk
a3e8afb5a1
forgot the author one
facepalm
2022-01-22 02:54:11 +03:00
Doruk Yılmaz
8431f83ad9 edited the design of the fxtwitter.com/latest 2022-01-22 02:44:02 +03:00
Robin Universe
cea140ca58
Update readme.md 2022-01-17 17:42:50 -06:00
Robin Universe
135d7b5825
Update readme.md 2022-01-17 17:39:44 -06:00
Robin Universe
71168a29b3
Added /dl/ and .mp4 endpoints
These still have some hard-coded paths built in, so take care to fix those before using
2022-01-17 17:36:43 -06:00
Robin Universe
713d1d81cf
FINALLY fixed the /info/ endpoint 2021-12-02 20:14:01 -06:00
Robin Universe
5c809729fd
Added new monthly contributor and mentioned /latest/ 2021-12-02 19:13:43 -06:00
Robin Universe
10e3883cf5
Update inline.html 2021-12-02 19:00:41 -06:00
Robin Universe
1a8e7b9acf
Add the latest page template 2021-12-02 18:59:53 -06:00
Robin Universe
3ab59daf28
Several changes
1. Add the /latest/ endpoint
2. Fix a problem that was leading to infinite loops in some instances
3. Attempt to add Slack support via adding the useragent
4. Make the output a bit prettier and more descriptive
2021-12-02 18:58:36 -06:00
Robin Universe
327bce259d
Merge pull request #36 from nyuszika7h/ignore-pycache
Delete `__pycache__` and add it to .gitignore
2021-10-06 09:41:40 -05:00
nyuszika7h
5c4138e158 Delete __pycache__ and add it to .gitignore 2021-10-06 11:38:07 +02:00
Robin Universe
f22ce5b77a
Added support for twitter urls with /statuses/, Made some changes to direct urls 2021-10-01 16:59:20 -05:00
Robin Universe
71ddaceeb4
Updated contributors list 2021-09-29 03:37:34 -05:00
Robin Universe
908c144c1a
Added Monthly contributors to Readme 2021-09-28 15:10:37 -05:00
Robin Universe
1e43e67276
Merge pull request #28 from jack1142/patch-1
Add Revolt's user agent
2021-08-17 12:34:34 -05:00
jack1142
d9e4368ecc
Add Revolt's user agent 2021-08-17 04:11:23 +02:00
Robin Universe
8006df8d84
Merge pull request #24 from adryd325/main
Address issue #23 by URL encoding data sent to oembed endpoint
2021-08-04 16:18:23 -05:00
adryd
94ce8ba17e
Addresses #23 2021-08-02 21:52:13 -04:00
robinuniverse
df7bf05fe6 Added the /dir/ endpoint info to the readme 2021-07-21 17:51:36 -05:00
robinuniverse
35988b1272 Added a direct MP4 endpoint (/dir/ before the input url) 2021-07-21 16:36:05 -05:00
Robin Universe
bfcb28e7a0
Merge pull request #18 from adryd325/main
Fix link regex to match pre-snowflake tweet IDs
2021-07-20 00:02:22 -05:00
adryd
a59fe47cac
Fix link regex to match pre-snowflake tweet IDs 2021-07-20 00:17:57 -04:00
Robin Universe
f19e3387ba
Merge pull request #14 from Izofeu/main
Add Telegram support
2021-07-16 15:44:57 -05:00
Izofeu
ac2f3f5fa6
Update index.html 2021-07-16 22:37:47 +02:00
Izofeu
4bf08098fa
Update index.html 2021-07-16 22:29:36 +02:00
Izofeu
b56bee745b
Update twitfix.py 2021-07-16 22:25:43 +02:00
robinuniverse
5567498a20 Added automatic link redirecting for t.co links in non video tweets when using the API 2021-07-14 19:15:06 -05:00