An open API service indexing awesome lists of open source software.

https://github.com/rishavanand/little-python-scripts

Little Python scripts written just to play with the language or to do some basic tasks
https://github.com/rishavanand/little-python-scripts

basic-programs python python-script script small-scripts

Last synced: 9 months ago
JSON representation

Little Python scripts written just to play with the language or to do some basic tasks

Awesome Lists containing this project

README

          

# Little Python scripts

This repo has small scripts that I've written just to play with the language or to do some basic tasks. These can be used to build something more exciting or can be extended to provide new features. New scripts will be added as new ideas emerge and as I go on exploring new branches of the language. A short description for each script has been added below.

**Python version 3+ required**


* **rss_fossbytes.py** - Scraps news from FossBytes.com's RSS feed and saves it in JSON format.

* **rss_thenextweb.py** - Scraps news from TheNextWeb's RSS feed and saves it in JSON format.

* **rss_yify.py** - Scraps movie feeds from Yify's RSS feed and saves it in JSON format.

* **todoist.py** - Gets incomplete todos from Todoist using Developer's API and saves it in JSON format .