Skip to content

Instantly share code, notes, and snippets.

View dalamber's full-sized avatar

Anton Shpakovsky dalamber

View GitHub Profile
{
"version": "195",
"packs":
{
"africanpride":
{
"name": "Africanpride",
"mobile_picker_pack": "/f/stickerpack/africanpride/2f2090f1-66cc-4fea-a97b-b12bd1f8c5ae.png",
"vgift_id": "775",
"tags":
@dalamber
dalamber / scroll.py
Created February 3, 2020 04:33 — forked from hmldd/scroll.py
Example of Elasticsearch scrolling using Python client
# coding:utf-8
from elasticsearch import Elasticsearch
import json
# Define config
host = "127.0.0.1"
port = 9200
timeout = 1000
index = "index"