Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@esfomeado
esfomeado / gleam_generator.py
Created April 4, 2021 09:11
Find Gleam giveaways and add them to GleamList
import itertools
import requests
# Function to convert
def listToString(s):
str1 = ""
for ele in s:
str1 += ele