Skip to content

railstesh/twitter-crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

twitter-spider

Given this page: https://twitter.com/xyz

Write, in plain ruby, a spider to download the page and extract the following information about each tweet:

image url of author of tweet author name author username body of tweet image url included with tweet timestamp of tweet

Export that information from the page as a JSON package (Array of Hashes).

When your script runs, it should just read the given twitter timeline and spit out the JSON.

To run the script

Go to file /

Run

ruby twitter-spider.rb

About

web scraping

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages