0.0
No commit activity in last 3 years
No release in over 3 years
Provide the thread number and board information given 4chan url
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 2.14.1
 Project Readme

Fourchan-URLer gem

Code Climate

An easy-to-use gem that provides the thread number and the board name given 4chan thread url

Installation

Using Gemfile

In your Gemfile

gem 'fourchan-urler'

Then in your terminal

bundle install

Not using Gemfile

In your terminal

gem install fourchan-urler

Usage

Testing the gem out in IRB

irb

require 'rubygems' # => true

require 'fourchan-urler' # => true

You are ready to use Fourchan-URLer gem in IRB

Initialize URL request

fourchan_url = FourchanUrler::Request.new('http://boards.4chan.org/b/res/489535242')

Get board name

fourchan_url.board # => 'b'

Get thread number

fourchan_url.thread_id # => 489535242

Contributing

Reporting issues

Please use the GitHub issue tracker.