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
#!/usr/bin/env python | |
# -*- coding: utf-8 -*- | |
# | |
#Niconama timeshift reservation from the schedule of Nasne | |
# | |
#Modify from @panam510's and @naokiy's program | |
#https://gist.github.com/panam510/c5d0fd8cd969e2809f87ced217a4f6d8 | |
#https://github.com/naokiy/node-nasne |
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
#!/usr/bin/env python | |
# -*- coding: utf-8 -*- | |
# | |
# Download comments from Niconama | |
# | |
#Modify from @panam510's and @tomo0611's programs | |
#https://gist.github.com/panam510/c5d0fd8cd969e2809f87ced217a4f6d8 | |
#https://gist.github.com/tomo0611/68bda43be6574182b2f58473eb577c78 |