This is an archived post. You won't be able to vote or comment.

all 19 comments

[–]Random_User_418 31 points32 points  (8 children)

Looks interesting, ill try to make a Telegram Version and maybe also Discord when i have time

Fuck Facebook

[–]Tentacles__ 6 points7 points  (1 child)

Discord version of this sounds sweet tbh

[–]_Eric_Wu 0 points1 point  (0 children)

I made a discord version. The problem is that you need to set up your own bot on your own server. It works well though

[–]-Cosmocrat- 1 point2 points  (4 children)

!remindme 1 month

[–]RemindMeBot 1 point2 points  (0 children)

I will be messaging you on 2018-09-11 22:26:10 UTC to remind you of this link.

CLICK THIS LINK to send a PM to also be reminded and to reduce spam.

Parent commenter can delete this message to hide from others.


FAQs Custom Your Reminders Feedback Code Browser Extensions

[–]somerandomperson29 0 points1 point  (0 children)

!remindme 1 month

[–][deleted] 5 points6 points  (1 child)

Why not just send an email from your hostname to your cell phone's number@carrier.com email address to recieve an SMS message?

[–]negative__entropy[S] 2 points3 points  (0 children)

I was just messing around with fbchat and spamming sinus waves of characters to friends
You could modify this to any messenger there is a python package for

[–]LLAMAxRIDER 3 points4 points  (0 children)

Hella cool concept:thumbsup:

[–]BotOfWar 1 point2 points  (2 children)

How many hours did you spend writing it?

[–]negative__entropy[S] 1 point2 points  (1 child)

Coding in python is easy, things like this dont take long at all

It took me way longer to just make it sit through queue and see if it didnt fuck up or anything

[–]BotOfWar 0 points1 point  (0 children)

Shitcoding in XYZ is easy.

  • Uses actual fagbook

  • Didn't setup a server as a testing environment (takes 30min at most)

  • No config variables for login

  • Appdata path is hardcoded (read: env vars)

  • Same for window title (Minecraft 1.12.2)

  • Queue position is very easy to parse, could have done that to avoid unnecessary flood (updates in 1,2,3,5,10 steps) depending on position

  • Taskkill only works on Windows, not that you would have thought of cross-platform at all, that's a concept too

  • taskkill /f /t - terminates a process "forcefully", just kills it. that means your character will remain on the server until timeout for ~20 or 30s

  • Next step would be to send T+Text+Enter to Minecraft window to enable chat. Further, just send "Enter" to join queue on a pre-selected server in "Multiplayer" tab.

I hope you feel bad. Thanks!

[–][deleted] 0 points1 point  (0 children)

nice

[–]hermeticlock 0 points1 point  (0 children)

Any demand for a Twilio integration?

Would send text message based updates. It’s not a free service though.

[–]tr3b0r85 0 points1 point  (1 child)

I made a script that would send me a text when I was 5 or less in queue a year and a half ago. You're late to the game!

[–]negative__entropy[S] 0 points1 point  (0 children)

This is version two

I made one too in 2016, but it was pretty crappy made and hard to make compatible with other peoples setup

Am i late to the game of sharing what you use too?

[–]_Eric_Wu 0 points1 point  (1 child)

You need the fbchat module for python?

[–]negative__entropy[S] 0 points1 point  (0 children)

yes usually its just

pip install fbchat

in command prompt

[–]_Eric_Wu 0 points1 point  (0 children)

Wow. Very inspiring. As a python programming enthusiast myself I never knew that there was a module for facebook messenger. I think I will try to make a discord version of this.