Recent content by juggnfinesse

  1. J

    List of all subreddits on reddit

    I was talking about a similar tool made by the same developer. I have to say this visualized version is much better to work with.
  2. J

    List of all subreddits on reddit

    Cool. There's also a tool called 'similar reddits' that's hosted on Github. You type a subreddit name and it gives you other subs in the same niche. Author claims it's based on a dataset of 150 million unique Reddit comments.
  3. J

    How to increase reddit karma points efficiently?

    Sure, reposting is a proven method to gain karma quick, but it's hit and miss. It's far more effective if you modify the content. Check out r/damnthatsinteresting for example. See what the top posts of all time are. Pick one that you like and rewrite the post in your own words or pick a similar...
  4. J

    How many comment advertisements per day and how many accounts per ip?

    Don't spam. Write high quality, original content. Once the post goes viral, you add a link or product name in a clever way that doesn't look like advertising. No need for more than one account.
  5. J

    What's the best tactic for promoting your own subreddit?

    Depends if you want to build a sfw or nsfw sub. Nsfw subs are pretty straight forward... post quality content on large subs. I've seen nsfw subs that got over 50k members in less than a week. I made my own and got 20k members in about a month of barely trying. If you have a sub, always remember...
  6. J

    Need some program to edit code (like Atom)

    My favorite code editors are nano, bluefish and scraping scribbles on a public bathroom wall with a broken piece of glass at 2 AM
  7. J

    Gmail BOT to perform specific tasks.

    Yeah, it's possible. You can achieve this using browser automation software like Selenium or Puppeteer. Here's a simple Puppeteer bot I just made that logs in on Gmail. You can tell it to use a different account and proxy or launch multiple instances at the same time.
  8. J

    SMM landing page with Wordpress

    I supposed if you put wordpress files in the root directory like this and your script files in a subdirectory like this it could work. People will end up on the wordpress landing page when they go to www.yourdomin.com and you can redirect them to www.yourdomain.com/yourscript/login or whatever...
  9. J

    How should I learn programming?

    You should make a program that screams at you when you haven't done your programming homework as a replacement for the father figure you've never had.
  10. J

    I need help with bot to spam forum

    I think Puppeteer would be perfect for this. You can make it use a different IP every time a browser launches.
  11. J

    how to run python script 24/7 and best site?

    Use a VPS. Almost all of these services give you free credit when you first sign up. AWS, Microsoft and DigitalOcean all give you $200 to play with.
  12. J

    Selenium vs Playwright - For Web automation and scraping

    I used Puppeteer in the past and can recommend.
  13. J

    SQL Query for wp_posts Wordpress

    This should work.
  14. J

    Should a Developer Buy a Macbook?

    If fan noise is your main concern then don't get a laptop because they overheat. Build your own pc with good air flow or get a second hand one. If you are on the move constantly and must use a laptop then get a gaming one because they're designed to have good cooling. Mac is just a status symbol...
  15. J

    Do you know of someone proficient in Python or can recommend an online community of freelnace programmers?

    This sounds like a simple program to make. As someone else already mentioned, the best solution would be to let an AI like ChatGPT to write the whole thing for you. If you run into a problem you can search Stackoverflow for a solution or make your own thread there.
Back
Top