I hereby claim:
- I am axju on github.
- I am axju (https://keybase.io/axju) on keybase.
- I have a public key ASAWppr03kuZeYBEYvG1-yiE_hCtypeHBlUge_oJGWtq0go
To claim this, I am signing this object:
import logging | |
from time import sleep | |
from datetime import datetime, timedelta | |
from argparse import ArgumentParser | |
from selenium import webdriver | |
from selenium.webdriver.chrome.options import Options | |
from chromedriver_autoinstaller import install as chrome_install | |
import logging | |
from argparse import ArgumentParser | |
logger = logging.getLogger(__name__) | |
def data(): | |
logger.info('run data func') | |
I hereby claim:
To claim this, I am signing this object:
""" | |
A small example of how you can save and load data. | |
If the value does not exist, default values are used. It also allows additional | |
data. The data is stored in a fixed location. If you want to use this in your | |
project, you have to customize that. | |
Author: AxJu | |
""" | |
import os |
from time import sleep | |
from requests import post | |
import webbrowser | |
id = '...' | |
pw = '...' | |
def run(timeout=60): | |
print('[*] Start Bot', id) | |
while True: |