Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TwitterBridge] Migration to API V1.1 #2433

Merged
merged 39 commits into from
Apr 4, 2022
Merged
Changes from 33 commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
f25d0a2
[TwitterBridge] Migration to API V1.1 - Get Tweets by username / firs…
arnd-s Jan 21, 2022
d0fa0b6
Fixed Retweets
arnd-s Jan 21, 2022
61eb33e
Commented out some old code without function and fixed json object na…
arnd-s Jan 21, 2022
b2c5478
Fix phpcs errors
arnd-s Jan 21, 2022
a285cfb
Switch to extended Tweet format to get full text again
arnd-s Jan 21, 2022
3416e3e
Get the full text from retweeted_status element
arnd-s Jan 22, 2022
006e2ec
In usersearch mode, load userdata to hide pinned tweets.
arnd-s Jan 24, 2022
2750c17
start to restructure collectData function for cleaning up code, also …
arnd-s Jan 24, 2022
aa5a551
Migrated "by keyword or hashtag' context
arnd-s Jan 24, 2022
7abb03a
Reactivated filter for replies in "by username" context.
arnd-s Jan 24, 2022
5b3eef4
Fix phpcs error
arnd-s Jan 24, 2022
ea1c82b
Store apikey and guesttoken inside class instance to save some cycles
arnd-s Jan 24, 2022
b23d6af
Updated tweet filtering to hide replies independend from calling context
arnd-s Jan 24, 2022
e77fcc9
On retweets take timestamp from original tweet instead of when it was…
arnd-s Jan 24, 2022
94b02ec
fix phpcs errors
arnd-s Jan 24, 2022
1efd2ae
Fix link to tweet in case of a retweet
arnd-s Jan 26, 2022
662e48a
Filterout retweets only for search by hashtag or key
arnd-s Jan 26, 2022
e88def6
fix bug with continue not working in case of filtering out a tweet
arnd-s Jan 26, 2022
ecd8d8e
Rewrote Authcode
arnd-s Jan 26, 2022
7af7177
Fix error message
arnd-s Jan 27, 2022
1135d50
Implemented an own version the getContents functions from lib/content…
arnd-s Jan 27, 2022
7fd72f5
Migrated the two missing contexts "by list" and "by list id"
arnd-s Jan 27, 2022
f1e3d21
Bugfix: Use string instead of integer/floating number for user id.
arnd-s Jan 31, 2022
c81ced4
Images and other media entities are now embedded on retweets
arnd-s Feb 1, 2022
769f8f3
Code cleanup - reordered some codelines, removed old unused functions…
arnd-s Feb 2, 2022
83232d5
Fix phpcs error
arnd-s Feb 2, 2022
e95aac6
Filter out retweets of users own tweets
arnd-s Feb 3, 2022
f04e9fa
comment removal 1
Bockiii Apr 3, 2022
c708d32
comment removal 2
Bockiii Apr 3, 2022
cea98b9
comment removal 3
Bockiii Apr 3, 2022
ae652e6
comment removal 4
Bockiii Apr 3, 2022
f9ddd04
Update examplevalues
Bockiii Apr 3, 2022
ac5f134
Merge branch 'master' into migrate_to_api_1.1
Bockiii Apr 3, 2022
12f3d85
more removals
Bockiii Apr 3, 2022
ddc30b4
lint fixing
Bockiii Apr 3, 2022
d1e7393
empty line 1
Bockiii Apr 3, 2022
8665079
empty line 2
Bockiii Apr 3, 2022
8436226
mistake on my end. typo
Bockiii Apr 3, 2022
eb87ef2
Change to use new version of getContents with improved exceptions fro…
arnd-s Apr 4, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading