Skip to content

Instantly share code, notes, and snippets.

View kaushikgandhi's full-sized avatar
🎯
Focusing

kaushik gandhi kaushikgandhi

🎯
Focusing
  • WebPreneur
  • india
View GitHub Profile
@kaushikgandhi
kaushikgandhi / auto-blogger.py
Created January 18, 2016 22:51 — forked from Ricky-Wilson/auto-blogger.py
Blogger Automatic Content Generation and Publication
from gdata import service
import gdata
import atom
import feedparser
from time import *
banner = """
Blogger Automatic Content Generation and Publication
Coded by Ricky L. Wilson
Post entries from RSS feeds to a blogger blog using Googles Blogger API.
@kaushikgandhi
kaushikgandhi / vkcom_audio_download.py
Created January 16, 2016 19:51 — forked from st4lk/vkcom_audio_download.py
Python: vkontakte.ru (vk.com) audio music downloader
# -*- coding: utf-8 -*-
"""
Скрипт для скачивания музыки с сайта vkontakte.ru (vk.com)
Запуск:
python vkcom_audio_download.py
Принцип работы:
Скрипт проверяет сохраненный access_token. Если его нет или срок истек,
то открывается страница в браузере с запросом на доступ к аккаунту.
#!/bin/bash
### Setup a wifi Access Point on Ubuntu 12.04 (or its derivatives).
### make sure that this script is executed from root
if [ $(whoami) != 'root' ]
then
echo "
This script should be executed as root or with sudo:
sudo $0
"