[ home / board list / faq / random / create / bans / search / manage / irc ] [ ]

Catalog (/tts/)

Sort by: Image size:
R: 20 / I: 1 / P: 1

Torrentz

It's about 55GB

magnet:?xt=urn:btih:TXKRE6SU3MQ4ZYHYLMOLKZXX4RFCFZJV&dn=Everything%20You%20Need%20to%20Know%20Ever&tr=http%3a%2f%2fannounce.torrentsmd.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.istole.it%3a80&tr=udp%3a%2f%2fopen.demonii.com%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a80&tr=udp%3a%2f%2ftracker.publicbt.com%3a80

R: 4 / I: 1 / P: 1

General Discussion Thread

>pic related to the scope of what we're dealing with

R: 47 / I: 4 / P: 1

python script for raiding threads

Trying to figure out how to post multiple images at once


# -*- coding: utf-8 -*-
from time import sleep
import requests
import argparse
import os

parser = argparse.ArgumentParser(description='Dump a folder to an 8chan thread')
parser.add_argument('-f','--folder', help='folder to upload images from', type=str, required=True)
parser.add_argument('-b','--board', help='board to post to', required=True)
parser.add_argument('-t','--thread', help='thread to post to', type=int, required=True)
parser.add_argument('-d','--delay', help='delay between posting', type=int, required=True)
args = vars(parser.parse_args())

DIRECTORY = args['folder']
files = []
for f in os.listdir(DIRECTORY):
if os.path.splitext(f)[1].lower() in ('.jpg', '.jpeg', '.png', '.gif', '.webm', '.mp4'):
files.append(os.path.join(DIRECTORY, f))
total = len(files)

url = 'https://8ch.net'
board = args['board']
thread = args['thread']
body = ''
delay = args['delay']

data = {
'board' : board,
'thread' : thread,
'name' : '',
'email' : '',
'subject' : '',
'body' : '',
'embed' : '',
'dx' : '',
'dy' : '',
'dz' : '',
'password' : 'ayylmao',
'json_response' : '1',
'post' : 'New Reply'
}

headers = {
'referer' : '',
'user-agent' : 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.0',
'accept' : 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'accept-language' : 'en-US,en;q=0.5',
'cache-control' : 'max-age=0'
}

headers['referer'] = url + '/' + board + '/'

for i in range(0, total):
status = ''
while 'redirect' not in status:
#data['body'] = str(i + 1) + '/' + str(total)
f = {'file': open(files[i], 'rb')}
status = requests.post(url + '/post.php', data=data, headers=headers, files=f).text
print status
print 'Waiting ' + str(delay) + ' seconds...'
sleep(delay)

https://8ch.net/tech/res/350963.html#365711

https://8ch.net/b/res/4117063.html

R: 12 / I: 0 / P: 1
Dice rollRolled 6 (1d100)

Test

R: 1 / I: 0 / P: 1

watermelon salsa

prep time: 15 minutes

cook time: 0 minutes

ready in: 15 minutes

makes: 12 servings, 1/4 cup each

ingredients

>2 cups peeled, seeded and diced watermelon

>1/2 cup seeded and chopped English cucumber

>1/4 cup minced red onion

>1 jalapeno pepper, seeded and minced

>1/4 cup minced fresh cilantro

>Juice of 2 limes

>Freshly ground pepper, optional

>Pinch of salt, optional

steps

-In a large bowl, combine watermelon, cucumber, onion and pepper.

-Add cilantro, lime juice, freshly ground pepper and salt (if desired).

-Serve at room temperature, or for optimum taste, refrigerate for 1 hour prior to serving.

Per Serving: 20 calories, 0g fat, 0g saturated fat, 0mg cholesterol, 2mg sodium, 5g carbohydrate, 1g fiber, 0g protein