Projects

Home
Internship Experience
Personal Projects
About Me
Recommendation

PaidinToken

In 2022 summer I worked for The Hustle Presents, Stacker Media, and on a project that I had a mind for some time. In November 2021 when I saw that a rapper that I’m a fan of, Moneyman, got paid an advance of $1,000,000 in bitcoin instead of dollars. This made major news and especially interested me as I’m into crypto, money, and Moneyman’s music. Other large payments like these were made and I thought it would be interesting to see whether these payments would be profits or losses for those who made them.


So after work, I would first start to ideate on who I wanted to include in my list, what research would be needed, and what resources I would use. I then started to build the backend which got the live price of bitcoin and sent it to me on AWS for me to manipulate. I would use this to calculate Javascript. I then set up the domain to be safe for users to use (HTTPS), made the front end look appealing, and launched in August! It’s my most full project and the one I’m most proud of. Fun fact - I have a new front-end coded and ready to be made public soon!


Last Next

Supreme Bot

I wrote this script after I learned how to use Selenium - an automation testing tool. It allows developers like myself to imitate human interactions with a computer. I can imitate clicks, button presses, and even waiting. I learned how to use Selenium while working for Stacker. I had to use it to get data that my traditional methods wouldn’t work on.


This script works by allowing me to input what item I wanted first and then go for it. Here we can see that I’m looking to get the “Paneled Velour L/S Polo” in black and in a size medium. The bot accepts this input and loads the website searching for the category ( “tops-sweaters”), then clicks through the items in that category until it sees “Velour” which is the keyword I put, selects the right color, and then the right size. The script then checks out and inputs the personal information I put in the earlier code :)


Last Next

Instagram Bot

This Instagram bot is one that I wrote with the intention of seeing what Instagram pages were pages that I followed, pages that followed me, pages that I followed that weren’t following me back, and pages that followed me that I didn’t follow back. I’ve normally used apps in the past that specialize in this. However, I’ve almost lost my accounts for using those apps so I wanted to find an alternative that I made.


And so, I made this script that does provide this information by putting my following list and follower list in separate lists on my computer. The script would then go through and remove people from the follower list if they existed on the following list - that would show me who I didn’t follow back. It would do the inverse to see who didn’t follow me back. It took a while especially as it’s hard to manage popups and new events at times!


Last Next