An extremely simple python program that creates reddit accounts

(Note: it still needs the user to do the captcha) Uses geckodriver (firefox) and HTTPS proxies How to use Download it/clone repo extract file to a spare folder open said folder and open a CMD in it type pip3 install -r requirements.txt and click enter add HTTPS proxies to proxy.txt open creator.py in a text editor/notepad and change your default email and default password. Save the file and then type in the command line py creator.py or python3 creator.py. TODO: […]

Read more

Reddit Drawing Bot Running Instructions

Setting up the requirements Download the Python installer from here Make sure “Add Python 3.9 to PATH is ticked Click on Customize installation, and make sure everything is ticked Click on “Next” Make sure “Add Python to environment variables” is ticked” Click install. and let it go Python Package Requirements To run the bot for the first time, install the requirements. Windows pip install -r requirements.txt simply open the directory you’ve extracted the bot to, and type cmd in the […]

Read more

Pony fixer for r/place

Pixel place bot for Brony team at r/place 2022 How to run Install Python 3. Python 2 will NOT WORK. It MUST be Python 3. Install Git. This is required for you to be able to update the bot. Download the bot by using the git clone https://github.com/CloudburstSys/PonyPixel.git command Navigate to the downloaded file using cd PonyPixel Run pip install -r requirements.txt to download requirements Run python bot.py and sit back. How to update If the script detects that it’s […]

Read more

Top 5 Machine Learning GitHub Repositories & Reddit Discussions (October 2018)

Introduction “Should I use GitHub for my projects?” – I’m often asked this question by aspiring data scientists. There’s only one answer to this – “Absolutely!”. GitHub is an invaluable platform for data scientists looking to stand out from the crowd. It’s an online resume for displaying your code to recruiters and other fellow professionals. The fact that GitHub hosts open-source projects from the top tech behemoths like Google, Facebook, IBM, NVIDIA, etc. is what adds to the gloss of […]

Read more

The Top GitHub Repositories & Reddit Threads Every Data Scientist should know (June 2018)

Introduction Half the year has flown by and that brings us to the June edition of our popular series – the top GitHub repositories and Reddit threads from last month. During the course of writing these articles, I have learned so much about machine learning from either open source codes or invaluable discussions among the top data science brains in the world. What makes GitHub special is not just it’s code hosting and social collaboration features for data scientists. It […]

Read more

Top 5 Data Science GitHub Repositories and Reddit Discussions (January 2019)

Introduction There’s nothing quite like GitHub and Reddit for data science. Both platforms have been of immense help to me in my data science journey. GitHub is the ultimate one-stop platform for hosting your code. It excels at easing the collaboration process between team members. Most leading data scientists and organizations use GitHub to open-source their libraries and frameworks. So not only do we stay up-to-date with the latest developments in our field, we get to replicate their models on our […]

Read more