Search results

  1. M

    Permanently Closed Marketplace Sales Thread

    Need a discount
  2. M

    Permanently Closed Marketplace Sales Thread

    I want a discount.
  3. M

    Me a 5'5 22 yo dead. Even Asian woman (Chinese) minimum height requirement for male 180 cm

    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...
  4. M

    Me a 5'5 22 yo dead. Even Asian woman (Chinese) minimum height requirement for male 180 cm

    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.
  5. M

    Finally vaccine is Ready.. Are you excited to get things back to normal ?

    How do you get to be older than 21-22 and still remain gullible enough to believe in every social media conspiracy? Will never understand.
  6. M

    [IDEA] Streaming + Slack

    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...
  7. M

    what if I make the next selenium?

    Lol if you were capable of making the next Selenium you wouldn't be asking these questions.
  8. M

    I want to learn C and Go?

    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.
  9. M

    Facebook Bulk Account Creation

    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...
  10. M

    Anyone familiar with ffmpeg

    If you know python, moviepy is super easy to use.
  11. M

    How are some YouTube channels uploading long clips of Family Guy, American Dad, etc?

    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
  12. M

    How are some YouTube channels uploading long clips of Family Guy, American Dad, etc?

    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...
  13. M

    How did you learn python?

    Sentdex on Youtube
  14. M

    Writing a crawler

    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
  15. M

    Is Golang worth learning?

    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...
  16. M

    Bot experts needed

    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.
  17. M

    Need some help: botting

    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.
  18. M

    Python Project Suggestions

    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)...
  19. M

    My 10 Year experience in this niche + Advertising your Coding(Scraping/Website) skills

    Definitely interested. I have lots of experience writing bots/scrapers in whatever language. PM me if you're still looking for someone
Back
Top