Recent content by xeroxyde

  1. xeroxyde

    Any bot or script to click on push notification subscription popup window?

    This seems quiet tricky to do in my opinion. Do you want an automated click script or something running backend ?
  2. xeroxyde

    how to learn parsing?

    Even better and less tedious : Scrapy
  3. xeroxyde

    Dumbest BHW Member Goes To...

    Maybe he wasn't attentive in his "stealth" class :anyway:
  4. xeroxyde

    Live streaming

    American football or soccer ?
  5. xeroxyde

    Best way to learn website development?

    There is not best way. Just do it. freelancer dot com is a good start. But this is just an example among many other good sources.
  6. xeroxyde

    Sending instagram DMs programatically

    True that. It would be possible through a software that does "something I can't post about here apparently" like Wireshark. EDIT : This is strange, I can't quote Brian Alexander without being accused of trying to spam the thread... Anyway. That thing I was talking about is packet sniffing.
  7. xeroxyde

    Anyone selling a scrapping script .... someone is coping all my content,

    I can help you with that. Just send me a private message so we can discuss this.
  8. xeroxyde

    how to customize an existing bot?

    We need more insight. What bot are you trying to modify ?
  9. xeroxyde

    Sending instagram DMs programatically

    How is this even possible ? Are you sure of what you're saying ? If the server confirms that the messages have been sent, I don't see how they couldn't be unless Instagram's API got serious request handling problem.
  10. xeroxyde

    Should I go for Fancy guis or just keep it simple?

    I would say it depends on your end-user and the amount of time they will spend on your software. Of course, a nice modern UI will always be better than a clunky one. But if your user is a professional who will just need to open your interface to make a copy-paste, then a click. You don't really...
  11. xeroxyde

    I'm new *Boop!*

    Thank you for all your answers. Ironically, I'm biggest Python project was in high school. I was really into Blender, a 3D modeling software and I wanted to make something big. So, I made a (almost) complete simulation of our solar system with ridiculously accurate distance scale, celestial...
  12. xeroxyde

    I am new and don't know ANYTHING about coding, but I have an idea...

    Honestly, if you really are a newbie to programming (as you said). Do not try to do what you said. For now, at least. Because what you are asking, isn't too hard to do, but is a tedious task. No in terms of implementation, but in terms of budget and goals. Sure, you could create your idea using...
  13. xeroxyde

    What's the proper way to study, think and apply functions, loops etc?

    Hello, software engineering student here. From what I understood from all your questions, you are confused about the uses and goals of "programming". For a software builder, the code isn't important. Or at least, not in the beginning. Every software project are first thought conceptually...
  14. xeroxyde

    Scraping a movie database

    Hello, I don't want to be negative but, you're really asking for something too specific. Dataset with the size you want are pretty much non-existent since there would be no point to their existence. Maybe for a school assignment... Anyway. Your best option, in my opinion, would be to use some...
  15. xeroxyde

    What Programming Language Is The Best For Botting

    I would say Python as it is simple, easy to learn, portable and fully loaded with tons of libraries already doing what you're aiming for anyway.
Back
Top