Code52 / jibbr

A Jabbr bot designed for collaborative projects
code52.org
67 stars 27 forks source link

Twitter Messaging #5

Open andrewtobin opened 12 years ago

andrewtobin commented 12 years ago

Fetch from Twitter -

Should we use the RSS feeds built into Twitter and polling, or an API. Fetch messages from Code_52 and to Code_52/mentions? (spam be damned!)

Set up method to receive messages and work with the API to send them.

We may need to make more issues to separate specific parts out.

cyberzed commented 12 years ago

Would like to hook in on this part...maybe with @aeoth doing some mentorship for me :P

cyberzed commented 12 years ago

TweetSharp Pull based model

Filter RT's, and maybe add a throttle lever so the room doesn't get swarmed with mentions

cyberzed commented 12 years ago

So far the twitter integration is done with catching mentions and timeline entries from the account it's pulling from...what else is needed?