UNPKG

cky-image-public

Version:

public image to public host

20 lines (16 loc) 1.33 kB
const Imgur = require('../plugins/imgur'); const path = require('path'); let imgur = new Imgur({ // access_token: '4bdc2ee09e11552317c0abd072883fffccc8dffb', // user_name: 'chickyky', // client_id: '546c25a59c58ad7', // cookie_str: 'retina=1; IMGURUIDJAFO=b3d6080eecc5a3de69317824ceb1a6488cd00f3dd70c95601f6817424b4a2fdd; G_ENABLED_IDPS=google; IMGURSESSION=81f9c2572f359bd998148a5fd8240a42; fp=9826443519439918; IMGURUIDLOTAME=4b8ab60485487cea4e733e46d420aed2; fpb-roll=94.91706657577474; SESSIONDATA=%7B%22sessionCount%22%3A1%2C%22sessionTime%22%3A1564718633964%7D; frontpagebetav2=1; MWONBOARDING=%7B%22swipeNextPost%22%3Atrue%7D; MWSESSIONDATA=%7B%22sessionCount%22%3A3%2C%22sessionTime%22%3A1564718641656%7D; desktopweb_experiments=%7B%7D; m_section=hot; m_sort=time; amplitude_id_f1fc2abcb6d136bd4ef338e7fc0b9d05imgur.com=eyJkZXZpY2VJZCI6IjEzY2ExNTU1LTNkZTgtNDEwMy1iYmRiLWM1ZWJhNjIwODUyNVIiLCJ1c2VySWQiOm51bGwsIm9wdE91dCI6ZmFsc2UsInNlc3Npb25JZCI6MTU2NDcxNTkxNTM4NywibGFzdEV2ZW50VGltZSI6MTU2NDcxODY0MzcyNSwiZXZlbnRJZCI6OCwiaWRlbnRpZnlJZCI6Miwic2VxdWVuY2VOdW1iZXIiOjEwfQ==' }); imgur.upload(path.join(__dirname, '1.jpg'), (err, result) => { console.log('err=', err); console.log('result=', JSON.stringify(result)); }) // imgur.me((err, result) => { // console.log('err=', err); // console.log('result=', result); // })