Warning! Because the API access to X (Formely Twitter) was disabled, this software doesn't work anymore and this repository will be archived
Aviso! Como o acesso à API do X (anteriormente Twitter) foi desativado, este software não funciona mais e este repositório será arquivado.
- No arquivo
tweetrndrss.py
ajuste as seguintes variáveisFeedURL
= A URL do feed que vai usarTweetMessage
= A mensagem do Tuíte antes do título do artigoTweetSize
= Tamanho máximo do textouseImage
= True para usar imagemimageFile
= nome do arquivo de imagem temporário
- Renomeie o arquivo
sample_auth.py
paraauth.py
e preencha com oconsumer_key
econsumer_secret
que podem ser obtidos emhttps://developer.twitter.com/en/portal/apps/new
- Execute o arquivo
gettoken.py
para obter oaccess_token_key
eaccess_token_secret
que devem ser preenchidos no arquivoauth.py
Execute o arquivo tweetrndrss.py
. Cada vez que for executado, um artigo aleatório do feed RSS será tuitado. Você pode usar o serviço cron
no Linux ou o Agendador de Tarefas no Windows para automatizar a execução
- Adjust the following variables in
tweetrndrss.py
fileFeedURL
= The RSS feed URLTweetMessage
= Text to tweet before article nameTweetSize
= Maximum tweet sizeuseImage
= True to use imagesimageFile
= Temporary image name file
- Rename file
sample_auth.py
toauth.py
and fillsconsumer_key
andconsumer_secret
that you can get herehttps://developer.twitter.com/en/portal/apps/new
- Run the file
gettoken.py
to autenthicate with Twitter to getaccess_token_key
andaccess_token_secret
which you should paste inauth.py
Run the file tweetrndrss.py
. Each time it runs, a random article from the RSS feed will be tweeted. You can use cron
if running on Linux, or the Task Scheduler if running on Windows to automate the execution