Pages

Friday, October 26, 2012

Little preview

In the next few posts I'll show you multy-threaded script to search info in PasteBin and similar resources and save it to your hard drive. Also I'll show you how great python is: simple video player in hundred lines of code or little bit more. And I'll start open-source project on github in which you can participate and commit. It will be CCTV server and client written with Python and Gstreamer. 

Monday, October 22, 2012

Pastebin Console Script

So, another one cool and simple script for today. I wrote very minimalistic script to post your files to pastebin right from console. I didn't want it to grow large so it can not identify file type. I hope it won't be hard for you to implement this feature. Also there are many options you can pass to script. You can pass only file you want to upload and mode: anonymous(actually it 'guest', but you can also implement anon mode, I'll show how to do it) or not.

Simple Twitter Bot

So OK, after long interruption I'm here again and ready to show some cool stuff. I want to show you very minimalistic twitter bot, that can do few things. First, it can grab most popular hash tags, trends. Second, It can post the most popular trend of the day. First of all you need to create new twitter app here Twitter Dev.