Twitter hat twurl abgeschaltet

This commit is contained in:
dewomser 2023-05-23 00:23:14 +02:00
parent 0cdb28dfbd
commit 70a2d9cf5d
No known key found for this signature in database
GPG key ID: 3A312467A034D190
3 changed files with 8 additions and 23 deletions

View file

@ -19,7 +19,11 @@ Toot must be authorized at the Mastodon instance.
Bonus: Suggestion yt Bonus: Suggestion yt
## tweet_music Example:
![alt text](./images/music-tweet.png "Screenshot Twitter")
## tweet_music ist kaputt
## Twitter hat im Mai 2023 twurl abgeschaltet
Finds Metatags of Audio-Players Finds Metatags of Audio-Players
* VLC * VLC
@ -35,7 +39,4 @@ Twurl needs to be be authorized by Twitter
Bonus: Suggests a Link to yt Bonus: Suggests a Link to yt
Example:
![alt text](./images/music-tweet.png "Screenshot Twitter")

View file

@ -1,19 +0,0 @@
[Desktop Entry]
Comment[de_DE]=
Comment=
Exec=cd /home/foo/git/tweet_and_toot/; ./tweet_music
GenericName[de_DE]=
GenericName=
Icon=application-x-clementine
MimeType=
Name[de_DE]=Höre und Twitter
Name=hear and tweet
Path=
StartupNotify=true
Terminal=true
TerminalOptions=\s--noclose
Type=Application
X-DBUS-ServiceName=
X-DBUS-StartupType=
X-KDE-SubstituteUID=false
X-KDE-Username=

View file

@ -1,3 +1,6 @@
## ACHTUNG Twurl wurde im Mai 2023 von TWitter abgeschaltet.
## FUNKTIONIERT NICHT MEHR !
#!/bin/bash #!/bin/bash
#//config #//config
BASEDIR=$(readlink -f "$0" | xargs dirname) BASEDIR=$(readlink -f "$0" | xargs dirname)