Não é mais possível fazer postagens ou usar assinaturas novas da Usenet nos Grupos do Google. O conteúdo histórico continua disponível.
Dismiss

Posting on social media

103 visualizações
Pular para a primeira mensagem não lida

Cecil Westerhof

não lida,
29 de jan. de 2018, 07:44:0629/01/2018
para
Can tcl be used for posting on Social Media? For example (but not
limiting to): Twitter, Facebook and LinkedIn.

--
Cecil Westerhof
Senior Software Engineer
LinkedIn: http://www.linkedin.com/in/cecilwesterhof

Rich

não lida,
29 de jan. de 2018, 08:15:4829/01/2018
para
Cecil Westerhof <Ce...@decebal.nl> wrote:
> Can tcl be used for posting on Social Media? For example (but not
> limiting to): Twitter, Facebook and LinkedIn.

man n http

You'll of course have to build everything up including the
login/cookies that provide authentication.

walto...@gmail.com

não lida,
29 de jan. de 2018, 13:18:2029/01/2018
para
On Monday, January 29, 2018 at 6:44:06 AM UTC-6, Cecil Westerhof wrote:
> Can tcl be used for posting on Social Media? For example (but not

Absolutely. All of these sites have APIs. You can use Tcl to interact with the APIs. You can also "screen scrape" the websites and go that route. It's a tougher way to do it and more prone to break.

Mike Griffiths

não lida,
29 de jan. de 2018, 15:33:5829/01/2018
para
It certainly can. As well as the http package that Rich mentioned, there's also code for OAuth on the wiki which you'll need for Facebook (and possibly others).

Cecil Westerhof

não lida,
1 de fev. de 2018, 06:14:0401/02/2018
para
Cecil Westerhof <Ce...@decebal.nl> writes:

> Can tcl be used for posting on Social Media? For example (but not
> limiting to): Twitter, Facebook and LinkedIn.

Looking at the answers there are no packages that handle those things.
So probably I can better use Python (had that once, but they changed
the API's) or Java.

Mike Griffiths

não lida,
1 de fev. de 2018, 15:52:2601/02/2018
para
There are only packages for it in any language because someone who needed it took the time to write one and share it. :)

jima

não lida,
1 de fev. de 2018, 18:04:0101/02/2018
para
See http://wiki.tcl.tk/27608 regarding OAuth... That very same page has a link to a recipe to publish on twitter. I've used it and it worked.

Cheers.

jima

Cecil Westerhof

não lida,
2 de fev. de 2018, 02:59:0502/02/2018
para
jima <jim...@gmail.com> writes:

> See http://wiki.tcl.tk/27608 regarding OAuth... That very same page has
> a link to a recipe to publish on twitter. I've used it and it worked.

I am going to try it out. Thanks.

Matthew Hiles

não lida,
2 de fev. de 2018, 13:32:0002/02/2018
para
The rest module from tcllib has some pre-made interfaces.
0 nova mensagem