Skip to content

Instantly share code, notes, and snippets.

View ertanuj96's full-sized avatar
🎯
Focusing

Tanuj Sharma ertanuj96

🎯
Focusing
View GitHub Profile
@ertanuj96
ertanuj96 / List of API endpoints & objects
Created August 30, 2020 12:04 — forked from yassineaboukir/List of API endpoints & objects
A list of 3203 common API endpoints and objects designed for fuzzing.
0
00
01
02
03
1
1.0
10
100
1000
@ertanuj96
ertanuj96 / safe_schedule.py
Created April 30, 2020 21:42 — forked from mplewis/safe_schedule.py
An implementation of Scheduler that catches jobs that fail. For use with https://github.com/dbader/schedule
import logging
from traceback import format_exc
import datetime
from schedule import Scheduler
logger = logging.getLogger('schedule')