Skip to content

Instantly share code, notes, and snippets.

@ojizou003
ojizou003 / get_cookies.py
Created August 16, 2025 23:15
Xのログインクッキーを保存するスクリプト
from selenium import webdriver
from selenium.webdriver.chrome.service import Service
from webdriver_manager.chrome import ChromeDriverManager
import pickle
def main():
driver_path = ChromeDriverManager().install()
service = Service(executable_path=driver_path)
driver = webdriver.Chrome(service=service)
driver.get('https://x.com/i/flow/login') #ログインページ
@ojizou003
ojizou003 / TASKS.md
Created July 15, 2025 08:20
Obsidianでのタスク管理ダッシュボード(例)

💣Should be already done

not done
(due before today) OR (scheduled before today)

Today

📅Due

due today
@ojizou003
ojizou003 / bookoff.ipynb
Created June 18, 2024 02:18
bookOff.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ojizou003
ojizou003 / google_image_crawler.ipynb
Created June 10, 2024 03:00
google_image_crawler.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ojizou003
ojizou003 / x_bot.ipynb
Last active April 21, 2024 21:58
X_bot.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ojizou003
ojizou003 / rakuten_ichiba_scraping.ipynb
Created April 18, 2024 01:18
rakuten_ichiba_scraping.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ojizou003
ojizou003 / career_index_.ipynb
Last active April 13, 2024 22:29
career_index_スクレイピング.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.