Skip to content

Instantly share code, notes, and snippets.

View james-innes's full-sized avatar
💭
Open to new opportunities using SvelteKit 😺

James Innes james-innes

💭
Open to new opportunities using SvelteKit 😺
View GitHub Profile
@james-innes
james-innes / tinder-swiper-selenium-python.py
Last active July 16, 2022 15:48
Probably not great for your mental health swiping all day so why not just run a script once a day to max out your swipes if you have unlimited :)
import time
from selenium import webdriver
from selenium.webdriver.chrome.options import Options
from selenium.webdriver.common.keys import Keys
from selenium.webdriver.common.action_chains import ActionChains
from selenium.webdriver.common.keys import Keys
ops = Options()
ops.add_argument(
"--user-data-dir=/Users/<-- Your Path, Windows uses AppData -->/Library/Application Support/Google/Chrome/")
@james-innes
james-innes / Adjust Photos Date Taken.zip
Last active December 13, 2021 21:13
Adjust Photos Date Taken
@james-innes
james-innes / index.html
Created April 25, 2020 16:06
Bears The Game P5.js
<!DOCTYPE html>
<html>
<head>
<title>Bears! The Game</title>
<style>
html, body {
padding: 0;
margin: 0;
}