This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ''' | |
| from remote desktop connection | |
| ''' | |
| from datetime import date, datetime ,timedelta | |
| import sys | |
| import time | |
| import logging | |
| from requests import request |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import mysql.connector | |
| from mysql.connector import Error | |
| import logging | |
| import re | |
| print('creating shards of huge amount of data\n') | |
| sizeOfShard = 100 | |
| index = 0 | |
| counter = 0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ''' | |
| from remote desktop connection | |
| ''' | |
| from datetime import date, datetime ,timedelta | |
| import sys | |
| from time import sleep | |
| from time import ctime |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import json | |
| import mysql.connector | |
| from mysql.connector import Error | |
| import time | |
| ''' | |
| inserting data into local db test_export_genius_2 | |
| ''' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| print('iterate with index - steps of 100') | |
| import mysql.connector | |
| from mysql.connector import Error | |
| import logging | |
| import re | |
| import time | |
| from datetime import datetime , timedelta | |
| import json |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| print('iterate with index - steps of 100') | |
| import mysql.connector | |
| from mysql.connector import Error | |
| import logging | |
| import re | |
| import time | |
| from datetime import datetime , timedelta | |
| import json |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # invoice info - 19,424 | |
| print('iterate with index - steps of 100') | |
| import mysql.connector | |
| from mysql.connector import Error | |
| import logging | |
| import re | |
| import time | |
| from datetime import datetime , timedelta |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # invoice info - 19,424 | |
| print('iterate with index - steps of 100') | |
| import mysql.connector | |
| from mysql.connector import Error | |
| import logging | |
| import re | |
| import time | |
| from datetime import datetime , timedelta |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ''' | |
| push clients with refresh tokens function | |
| ''' | |
| import os | |
| import logging | |
| import time | |
| from datetime import datetime , timedelta |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ''' | |
| running a refresh thread in background | |
| ''' | |
| import threading | |
| import logging | |
| import os | |
| import logging |