Author Topic: How to tweet with VoiceAttack  (Read 1670 times)

banquer

  • Guest
How to tweet with VoiceAttack
« on: November 12, 2018, 12:17:48 PM »
Hello guys.

Is possible to tweet with voice comands through VoiceAttack?

King regards.

Pfeil

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 4761
  • RTFM
Re: How to tweet with VoiceAttack
« Reply #1 on: November 12, 2018, 12:29:35 PM »
Actually sending a tweet should be possible, either by opening a browser and sending inputs like a user would, or through the Twitter API.

However, composing text freely would require dictation, which is a very difficult task for any speech engine(as it must guess what you're trying to say, without a sense of context); You may find recognition accuracy is less than ideal for this purpose.

banquer

  • Guest
Re: How to tweet with VoiceAttack
« Reply #2 on: November 12, 2018, 12:47:45 PM »
The idea is to tweet a fixed text with a fixed photo as soon as I say a voice command.
What would be the best metod?

Pfeil

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 4761
  • RTFM
Re: How to tweet with VoiceAttack
« Reply #3 on: November 12, 2018, 01:33:30 PM »
"best" is subjective, but unless you want to reinvent the wheel and implement the API from scratch, something like this library would probably be the way to go, either in a plugin or an inline function.

There are command line tools that can send tweets, but uploading images does not appear to be possible.

banquer

  • Guest
Re: How to tweet with VoiceAttack
« Reply #4 on: November 12, 2018, 02:01:01 PM »
Ok. Thanks mate!