简体   繁体   中英

Ruby On Rails Twitter Application

I am new to Ruby On Rails . I want to create a simple application which has a home page with a search box and a submit button . The search box is used for searching keywords on twitter dynamically. The application connects to twitter, takes all the feeds containing the keyword searched and displays back on the home page of my application. Can anyone please guide me how should i go about it ? I want to create an application from scratch. Please site any example for the same. Any suggestions would be helpful.

Thanks, Bhargav

If you really want to start from scratch and not use any gems for it, you should go to the Twitter API reference , and start from there

I would recomend you use the twitter gem

RailsCasts has a nice episode on it, but the episode for Twitter Integration is not for free.

If you are looking into use Rails for a long time, a subscription is well worth it though.

Hope this helps

I recently wrote a small Twitter app from scratch (without the Twitter gem), maybe it is helpful:

https://github.com/sos4nt/jack-of-all-tweets

There's an instance running on Heroku: https://jack-of-all-tweets.herokuapp.com

您应该使用twitter gem: https//github.com/sferik/twitter

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM