Giter Site home page Giter Site logo

node-dcinside's People

Contributors

aitestai avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

node-dcinside's Issues

Error on requestArticleInfo function

{ result: 'false', err_msg: '잘못된 접근입니다.' }

`const { DcinsideApi } = require('node-dcinside');

const client = new DcinsideApi({
username: 'ㅇㅇ',
password: 1234
});

(async function () {
const res = await client.requestArticleInfo('baseball_new11', 5) /** response t_vch1가 I면 아이폰 공앱, S면 운영자, A면 안드로이드 공앱, W면 웹, V면 모바일 웹 */
console.log(res);
})()`

위와 같은 코드로 ArticleInfo 요청시 { result: 'false', err_msg: '잘못된 접근입니다.' }
에러가 발생합니다.

Request function

지금 getarticleinfo 작동 확인이 되지 않는데
Articleinfo에 글 내용을 가져오는 기능 추가가 가능할까요?

auth가 있는 프록시 지원

auth를 사용하는 프록시를 사용할 때,

작업 중 오류가 발생했습니다: Error: 갤러리를 찾을 수 없습니다: at DcinsideApi.checkVaildGall (node_modules/node-dcinside/dist/api/api.js:966:15)

문제가 발생합니다.

사용한 코드:

const proxyConfig = {
  protocol: 'http',
  host: '',
  port: ,
  auth: {
    username: '',
    password: ''
  }
};

// DcinsideApi 인스턴스 생성
const client = new DcinsideApi({
  username: 'ㅇㅇ',
  password: 1234,
  captcha: true,
  proxy: proxyConfig
}); 

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.