Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nftbiker/the-library
Backup of casts by the community in the-library warpcast channel
https://github.com/nftbiker/the-library
Last synced: about 2 months ago
JSON representation
Backup of casts by the community in the-library warpcast channel
- Host: GitHub
- URL: https://github.com/nftbiker/the-library
- Owner: nftbiker
- Created: 2024-04-23T12:38:12.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-22T12:54:49.000Z (8 months ago)
- Last Synced: 2024-05-22T19:34:19.627Z (8 months ago)
- Language: SCSS
- Homepage: https://www.artlib.xyz/
- Size: 3.96 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
Awesome Lists containing this project
README
# About
A ruby script to download all entries from ["The Library" warpcast channel](https://warpcast.com/~/channel/the-library) 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