Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 917 Bytes

TODO.md

File metadata and controls

27 lines (19 loc) · 917 Bytes

Tipping

  • Add tips via PM

Mentions

  • Finish logic for when a mention is found and we need to reply to the status if it's a tip. scraper.js:~502

Security

  • Store encrypted message id (needs to be able to be decrypted to send messages).

Messages

  • Find out how to mark a message as read.
  • Formulate more sophisticated and "Doge-like" messages back to users.
    • Info message could use a better message reply.
  • Reply to public statuses, waiting on bug fix.
  • Reply to non-public statuses, this can be done by setting up authentication requests to the Facebook application and reading user statuses.

API

  • All requests to user data (mentions in particular) should eventually have &since=' + (Date.now() - 120000) + ' added to it where 120000 is the space between each request in the main.js timeout.