Skip to content

Script that breaks long messages into tweet sized text and posts it to Tweeter.

Notifications You must be signed in to change notification settings

lufiaraujo/tweetstorm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tweetstorm

Intro:

Tweeter restricts the tweet size with a 140 characters limit. Sometimes you need more than that to keep up with an idea.
This app takes a big string and breaks it into smaller indexed strings with the maximum length of 140 characters.


Instructions:

In order to have tweetstorm set up to post on your behalf, please edit the config.py file with your consumer and access data here.

This app uses the tweepy library to interface with Tweeter. Make sure you have it installed.

Whener you have everything set, use the program by passing the string after the script name.

    Usage example:
    C:\> python tweetstorm.py "Como fazer café: Coloque a água em um recipiente e leve ao fogo. Depois coloque o café em um coador com filtro de papel ou pano sobre o bule. Quando a água estiver na fervura sem borbulhas, desligue o fogo e despeje-a vagarosamente no coador. Use água filtrada, não deixe ferver demais para não cozinhar o pó. Deixe o café ser coado de forma lenta e natural, sem mexer, evitando que o volume de água despejado ultrapasse o volume de pó no coador. Depois que o café for coado, adicione açúcar a gosto."


About

Script that breaks long messages into tweet sized text and posts it to Tweeter.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages