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
- Host: GitHub
- URL: https://github.com/rishavanand/little-python-scripts
- Owner: rishavanand
- Created: 2018-01-12T20:05:24.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-02T00:54:07.000Z (almost 8 years ago)
- Last Synced: 2025-02-14T04:27:25.942Z (10 months ago)
- Topics: basic-programs, python, python-script, script, small-scripts
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 .