Recent content by antiClergy

  1. A

    Altcoins will continue to dump

    New money is coming into bitcoin every day just to be put into alt coins, the profesional speculators figured out that they goobered them selvs buying into the futures sham and are now sweating as markey supply returns and btc dominance stays low.
  2. A

    How can I learn javascript?

    Search for "getify you-dont-know-js" it is a great resource.
  3. A

    Debate time

    once you go red, you never go back
  4. A

    Best Way To Write/Create Bots?

    I use nodejs. For all keyboard input and mouse movement I use an npm package called 'robotjs'. If you dig around NPM you will find tons of packages to help you scrape data from REST APIs and what not. You should also look into the npm package 'forever'. It allows you to insure that your...
  5. A

    Favorite your niche!

    Here is a version of the same code above, but for the post it favs if you're not following the user who made the post, it follows them. const Twitter = require('twitter'); let yourTwitterClient = new Twitter({ consumer_key: '', consumer_secret: '', access_token_key: ''...
  6. A

    Favorite your niche!

    You seem triggered over nothing. F*** me for sharing, all I was trying to do was speed along the read... "Plus there are apps that fav every tweet already, not 1 out of 10" You can't even say that this won't fav every tweet, because if you follow everyone that posts frequently in your niche, it...
  7. A

    Favorite your niche!

    Hello BHW. I want my first post to be something special, so I'd like to share some code with you guys! If you meet the 8 key prerequisites and can get through the 7 easy steps to success listed below, you will be on your way to favoriting (1 out of 10) current posts in your niche + favoriting...
Back
Top