Sha256: aa8193c9021e7e00777e3ac84cc14650acbefc789b0472d5c0aaeafbeba2a53a

Contents?: true

Size: 598 Bytes

Versions: 4

Compression:

Stored size: 598 Bytes

Contents

#!/usr/bin/env ruby

require 'arxutils'
require 'feedlrop'

dbconfig = Arxutils::Dbutil::DBCONFIG_MYSQL
dbconfig = Arxutils::Dbutil::DBCONFIG_SQLITE3

token = ARGV[0]
hs = {
  "db_dir" => Arxutils::Dbutil::DB_DIR,
  "migrate_dir" => Arxutils::Dbutil::MIGRATE_DIR,
  "config_dir" => Arxutils::Dbutil::CONFIG_DIR,
  "dbconfig" => dbconfig,
  "log_fname" => Arxutils::Dbutil::DATABASELOG,
}

fo = Feedlrop::Feedlrop.new(
                            token ,
                            :db,
                            hs
                            )
fo.csv_open
fo.get_all_unread_count
fo.csv_close

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
feedlrop-0.1.23 exe/feedlrop
feedlrop-0.1.22 exe/feedlrop
feedlrop-0.1.21 exe/feedlrop
feedlrop-0.1.20 exe/feedlrop