Requirements:
- SSH Access to your server (OpenSSH Private Key)
- Full permissions to the folder you want to upload meme's to (Root shouldn't be required)
- A domain to serve meme's from
wget
installed on your server
I hereby claim:
To claim this, I am signing this object:
import os | |
from flask import Flask, request, abort, render_template | |
from chatterbot import ChatBot | |
from chatterbot.trainers import ListTrainer | |
from chatterbot.trainers import ChatterBotCorpusTrainer | |
from hurry.filesize import size | |
import psycopg2 as pg | |
app = Flask(__name__, template_folder='.') |
SWAMP_CLAY COAL will work reliably on 62.5% of seeds. | |
Z offset 7 occurs with probability 0.375068 | |
Z offset 4 occurs with probability 0.249943 | |
Z offset 14 occurs with probability 0.12498 | |
Z offset 11 occurs with probability 0.093544 | |
Z offset 1 occurs with probability 0.0625 | |
SWAMP_CLAY IRON will work reliably on 68.75% of seeds. | |
Z offset 10 occurs with probability 0.374945 | |
Z offset 11 occurs with probability 0.187534 |
let accessToken; | |
const getAccessToken = async () => { | |
try { | |
const response = await fetch('https://accounts.spotify.com/api/token', { | |
method: 'POST', | |
headers: { | |
'Content-Type': 'application/x-www-form-urlencoded' | |
}, | |
body: new URLSearchParams({ |