Skip to content

Instantly share code, notes, and snippets.

View cookienommienom's full-sized avatar

cookienommienom

View GitHub Profile
@cookienommienom
cookienommienom / TOS_PrivacyPolicy.txt
Created March 11, 2025 06:09
Verification Bot SP TOS/PP
Agreement to Terms
These Terms of Use constitute a legally binding agreement made between you, whether personally or on behalf of an entity (“you”) and TCSUS Holding LLC, doing business as Verification Bot ("Verification Bot", “we”, “us”, or “our”), concerning your access to and use of the Verification Bot as well as any other media form, website, media channel, mobile website or mobile application related, linked, or otherwise connected thereto (collectively, the “Bot”). You agree that by accessing the Bot, you have read, understood, and agree to be bound by all of these Terms of Use. IF YOU DO NOT AGREE WITH ALL OF THESE TERMS OF USE, THEN YOU ARE EXPRESSLY PROHIBITED FROM USING THE BOT AND YOU MUST DISCONTINUE USE IMMEDIATELY.
Supplemental terms and conditions or documents that may be posted on the website from time to time are hereby expressly incorporated herein by reference. We reserve the right, in our sole discretion, to make changes or modifications to these Terms of Use from time to time. We will

14-Day Japan Itinerary: Culture, Cuisine & Hidden Gems

Arrival/Departure: Tokyo (both arrival and departure)
Destinations: Tokyo, Takayama (via Nagoya), Kyoto, Nara, Osaka, Naoshima, Hiroshima, Miyajima, Fukuoka, Yakushima (with return to Tokyo)
Accommodation Mix: Boutique city hotels, traditional ryokan inns (with onsen baths), a quirky capsule hotel, and one luxury art hotel
Transport: 14-day JR Pass for Shinkansen and JR trains (activate on Day 4), plus local metros, buses, ferry to Naoshima, and ferry/flight for Yakushima
Seasonal Highlights: Cherry blossoms in spring, vibrant foliage in autumn, colorful summer festivals, and winter illuminations – noted per location where relevant


@cookienommienom
cookienommienom / bot.py
Created November 30, 2024 08:26
Impressive ChatGPT o1 output related to subscription management with Discord.py and FastAPI
import discord
from discord.ext import commands
from sqlalchemy import create_engine, Column, Integer, String, Boolean
from sqlalchemy.orm import sessionmaker, declarative_base
import stripe
from fastapi import FastAPI, Request, HTTPException
import uvicorn
import asyncio
# Set up the database