projects
Twitter bots using Tweepy
Unable to think what to tweet about? Have you ever faced a similar situation? Well, it’s very easy to create your own bots using python’s Tweepy module. You can use these skeletons I recently made for a workshop on the same topic. All you need to make your own bot is add some logic to these skeletons. This is a basic static script that you can use by running once yourself or setup a cronjob to run automaticaly in intervals.
Making Presenations using Markdown
It’s often a pain to make presenations. How many times have you just wanted to make a simple presentation but have had to deal with bulky software like MS Office? Well markdown alternatives exist for presenations also, you can focus on your content and make your presentations simply in markdown. If you don’t know what markdown is you can see this wonderful cheatsheet and get acquainted with it in seconds.