Code Monkey home page Code Monkey logo

packer's Introduction

packer

🚨 This package is deprecated! Please use wabarc/archiver, instead.

Read this in other languages: English | įŽ€äŊ“中文

Pack and store webpages from Telegram channel.

Installation

Using npm:

npm install @wabarc/packer

Using yarn:

yarn add @wabarc/packer

Example

import { Packer } from '@wabarc/packer';

const packer = new Packer({ channel: 'telegram_channel_name', context: { dir: process.cwd(), from: 1, to: 3 } });
const pack = await packer.on();
console.log(pack)

Instance methods

The available instance methods are listed below.

  • packer({ channel: string, context: { dir: string, from: number, to: number } })
  • packer#on()

Request Params

Telegram

These are the available options for archival webpage from Telegram channel. channel and context are required.

{
  // `channel` is the Telegram channel name
  channel: 'wabarc_testing',

  // `context` is use to fetch webpages and store directory
  context: {
    dir: 'directory-to-store-webpages',
    from: 1,
    to: 3
  }
}

Response Schema

[
  { id: 1, url: '', success: false },
  { id: 2, url: 'https://www.google.com', success: false },
  { id: 3, url: 'https://www.google.com', success: true }
]

License

This software is released under the terms of the GNU General Public License v3.0. See the LICENSE file for details.

packer's People

Contributors

dependabot[bot] avatar web-flow avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤ī¸ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.