Skip to content

Instantly share code, notes, and snippets.

View meetmangukiya's full-sized avatar
🛠️
Ξ

Meet Mangukiya meetmangukiya

🛠️
Ξ
View GitHub Profile
@meetmangukiya
meetmangukiya / syntax.md
Last active October 16, 2016 12:07
How to create check-boxes in github markdown?
- [ ] This is unchecked box
- [x] This is checked box
  • This is unchecked box.
  • This is checked box.
import requests
import os
from time import sleep
url = input('Enter the url you want to track: ')
gap = int(input('Amount of time after which it should check for update(in seconds) : '))
print(
"""
To terminate the program press Cmd/Ctrl + C
"""