Nah. OP's worldview is so fucked up that indulging his victim complex will only make his situation worse. He needs to stop objectifying every person/relationship/interaction and try to actually connect with people, but from his language you can tell he doesn't even know what that means or what...
This kind of pathetic incel shit should be banned from the internet. There are people actually stupid enough to agree with what you're saying and then let it affect their irl behavior. Go touch some grass for once in your life, but first do everyone a favor and delete this embarrassing thread.
To avoid being shut down all you gotta do is have a bot PM the link(s) to each member of your slack community, instead of posting clear text links in the public channels. I'm part of a game of thrones streaming discord server that was taken down ~1.5 months ago at the request of HBO for this...
If you're just starting out then definitely learn Python, not C or Go. If for whatever reason you have to pick between C and Go, definitely choose Go. It's farrrrr less complicated than C.
Need to be able to create ~150 facebook accounts for a project I'm working on. I was wondering if anyone can speak to the current state of facebook registration process, bans etc. I'm going to be using the accounts to create lots of facebook pages (2 - 3 per account) and posting to all pages...
Hmmm. Yeah mine are getting "blocked"/removed/made to not be visible. What I also don't get is why they even bother cutting up the video at all if Fox/the original content creator doesn't care and is getting all the profits anyway
I think this his been asked on here before but haven't found a clear answer in my searches so thought I'd make a post. Was browsing YouTube and came across several channels that upload pretty long clips of Family Guy, American Dad, etc. For example, one channel is entitled "Dr. Harman". The...
As other people have implied, C++ is literally the last language you should consider writing this in. Any of the other languages mentioned would be better. C#, Python, Go, etc
Best thing about Go is it's concurrency. I've started plenty of projects in other languages (python, c#, etc) that behaved weirdly/wouldn't work right when multitheading was added into the mix. NEVER had this issue with Go. It's concurrency is super lightweight and super reliable. Language...
User-Agent, cookies, other headers, requests that use values that are acquire from previous requests, etc. If you know Python just use Instabot. It's free/open source and takes care of most of that stuff for you.
If everything you're doing is local (meaning the game isn't on a website and doesn't interact with any servers) then gonna have a tough time. Probably only option is to rent a bunch of VPS.
Lol just use the facebook api with facebook-sdk python package:
install with "pip install facebook-sdk"
Go to go to facebook graph api explorer and click "Get Token" to get your access token for api
Then in python code:
from facebook import GraphAPI
ACCESS_TOKEN = (paste access token here)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.