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
| [ | |
| { | |
| "name": "ABD Virgin Adaları", | |
| "dial_code": "+1 340", | |
| "code": "VI" | |
| }, | |
| { | |
| "name": "Aland Adaları", | |
| "dial_code": "+358", | |
| "code": "AX" |
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
| """ | |
| Verilen klasörü takip ederek yeni dosya oluşması durumunda dosyayı digitalocean space'e yükler. | |
| Space adresini alıp google'in short url service'in de url'i kısaltıp son url'i otomatik olarak kopyalar ve işlem | |
| tamamlandığında terminal-notifier(Ruby gem'i) kullanarak işletim sistemine notification yollar. | |
| Ben aldığım ekran görüntülerini saklamak ve ekran görüntülerine hemen link verebilmek için kullanıyorum. | |
| Sadece osx üzerinde denendi. | |
| """ | |
| import time | |
| from watchdog.observers import Observer |
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
| """ | |
| #Eksi entry crawler | |
| #Python 3.5 | |
| #Mongodb - Beautifulsoup example | |
| requirements.txt | |
| ---- | |
| pymongo | |
| requests | |
| beautifulsoup4 |