Skip to content

Instantly share code, notes, and snippets.

View durag's full-sized avatar

durag

  • Space
View GitHub Profile
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=0.5, maximum-scale=2.0, user-scalable=yes" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<title>神器(公需&普法)</title>
<style>
.sc{
height: 30px;
@durag
durag / index.html
Created June 15, 2023 21:26
PooerOj
<!-- inspired by https://www.designsystems.com/ -->
<span class="yellow underline">©2019 Creative Studio®. All Rights Reserved
</span><span>
@durag
durag / Instagram Turbo Bot - Python
Last active September 18, 2022 20:48
Instagram Turbo Bot - Python
import requests
from time import sleep
class main:
def __init__(self):
self.headers = {
'Host': 'www.instagram.com',
'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0',
'Accept': '*/*',
'Accept-Language': 'en-US,en;q=0.5',