nftbiker / the-library

Backup of casts by the community in the-library warpcast channel

Home Page:https://www.artlib.xyz/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

A ruby script to download all entries from "The Library" warpcast channel and keep a copy in json and markdown format. The script is automatically run through a github actions to update the repository with new posts, twice a day.

Preview

An HTML site built with the data generated from this script is visible on github pages: https://nftbiker.github.io/the-library/

How to run

in irb, to download all archives

require './warpcast.rb'
data = Warpcast.new.call(days:100)

to download last 2 days

require './warpcast.rb'
data = data=Warpcast.new.call

Jekyll website

Theme based on : https://github.com/wowthemesnet/jekyll-theme-memoirs

About

Backup of casts by the community in the-library warpcast channel

https://www.artlib.xyz/


Languages

Language:SCSS 61.8%Language:JavaScript 25.7%Language:CSS 6.3%Language:HTML 3.4%Language:Ruby 2.8%