8000 GitHub - Michanio/medium-gem: Ruby gem that provides a Medium.com read-only API
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Michanio/medium-gem

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ruby gem that provides a Medium.com read-only API

https://rubygems.org/gems/medium-scrapper

-> to get a medium.com user

	user = MediumScrapper.new.load_user("uesteibar")

User object:

User
	:name #=> full name
	:username #=> username
	:user_id #=> user_id in medium
	:bio #=> user bio
	:posts #=> array of posts

Post object:

Post
	:title #=> post title
	:subtitle #=> post subtitle
	:content #=> full post content
	:url #=> post url

About

Ruby gem that provides a Medium.com read-only API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%
0