Skip to content

ASK.FM Unofficial Nodejs API

License

GPL-3.0, GPL-3.0 licenses found

Licenses found

GPL-3.0
LICENCE
GPL-3.0
LICENSE
Notifications You must be signed in to change notification settings

AhmedMashour/askfm-node-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

askfm-node-api

ASK.FM Unofficial Nodejs API Website Name : ASK.FM Description : Ask and answer. Find out what people want to know about you! Type : API (UnOfficial) NPM 6.1.0

Install

npm i -S askfm-node-api

Usage

const askFM=require('askfm-node-api')
let cookie="<cookie string>"
let ask=new askFM(cookie)

Example


Register Account

ask.registerAccount("45.875.874.11:8080", true); //proxy , forceCookies

Login

ask.login(cookie)

Ask

ask.ask("FamusaCowoy", "Oi!", 1) //username, question, anonymity 

Like one

ask.likeOne("FamusaCowoy", "139457224382") //username, answerId

Like All

ask.likeALl("FamusaCowoy") //username, answerId

Fetch Questions

ask.fetchQuestions() //will return array of questions ids to use ask.answer() to answer tthem

Answer Question

ask.answer(questionId,answer) //see example above for questionId

Logout

ask.logout() 

All above examples return a promise to with .then()

Notice

This is an open source code and language conversion from the the php also open source unoffical api for askFm youll find it's github repo here [Kom3] AskFM Unofficial API

Legal

This code is in no way affiliated with, authorized, maintained, sponsored or endorsed by ASK.FM or any of its affiliates or subsidiaries. Use at your own risk.

About

ASK.FM Unofficial Nodejs API

Resources

License

GPL-3.0, GPL-3.0 licenses found

Licenses found

GPL-3.0
LICENCE
GPL-3.0
LICENSE

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published