TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Send messages on Facebook Messenger as yourself with PhantomJS/facebook-chat-api

30 pointsby p8donaldalmost 9 years ago

4 comments

minimaxiralmost 9 years ago
Framing a technical blog post as "lol girlfriends amirite" is not humorous and is never a good idea, and does the presented scripts a disservice.
评论 #11850132 未加载
评论 #11851155 未加载
评论 #11850171 未加载
kartanalmost 9 years ago
Being mean and telling people that it is only a joke, it&#x27;s still mean. There are things a lot worse in the Internet, but that doesn&#x27;t makes this good.<p>As an advise remember that your possible future company probably will check your online persona. Be professional, be fun but don&#x27;t be mean.
skoocdaalmost 9 years ago
This is despicable and lazy and heartless and I&#x27;ll make full use of it!
neeksHNalmost 9 years ago
Really don&#x27;t need phantom.js for this. Could have setup an SSL tunneled proxy (<a href="https:&#x2F;&#x2F;nodejs.org&#x2F;dist&#x2F;latest-v6.x&#x2F;docs&#x2F;api&#x2F;http.html" rel="nofollow">https:&#x2F;&#x2F;nodejs.org&#x2F;dist&#x2F;latest-v6.x&#x2F;docs&#x2F;api&#x2F;http.html</a> - scroll to event &#x27;connect&#x27; for a working code sample) and used npm&#x27;s `request` package for the cookie jar.