Tagged Questions
3
votes
1answer
42 views
Scraper for parsing email-ID using email sending button
I've written a script in python with POST request which is able to send email using send button and then catch the response of that email and finally parse the ID from that. I don't know whether the ...
5
votes
1answer
31 views
Creating ICS calendar events from JSON-like file
the purpose of this code is to take a Taskwarrior (it's a todo list application) server file that is mostly JSON and create unique ICS calendar events. The logic mostly works: I still see some ...
4
votes
1answer
72 views
pyvdp - Python library for Visa Developer Program
I'm coming from PHP and recently started developing in Python. As a part of my self-study course, I developed a small library for access to Visa Developer Program APIs and published it on Github. It ...
4
votes
1answer
188 views
Converting Logstash YAML style configuration file into ElasticSearch Logstash JSON style config
I am new in python and have written first code to convert Logstash YAML style configuration file into ElasticSearch Logstash JSON style config. Please have a look at my piece of code and let me know ...
2
votes
1answer
99 views
Simple Python script to sort and make json data unique
I'm retrieving e-mails from a collection of a few hundred *.json files using the following:
Python Script
...
5
votes
2answers
4k views
Script to print weather report from OpenWeatherMap API
This script prints the weather (fetching the information from a public API).
If anyone could review my code and answer my question about code structure and how should I code in the right way, I ...
2
votes
2answers
286 views
Program to edit an address book stored as a JSON file
I was told to come here from Stack Overflow.
I'm trying my hand at an address book and the goal is for it to have a bit more of error prevention, for instance for the key "phone" to have 10 digits, ...
3
votes
1answer
506 views
GPSD socket connection and decoding JSON into Python dictionaries
GPS3 is a python 2.7-3.5 interface to GPSD.
I've stripped back everything to two classes.
...
1
vote
0answers
90 views
Flask json rpc2.0 extension
I created a simple extension to handle JSON RPC 2.0 requests on flask
I would like some feedback regarding usage
here is an usage example:
...
4
votes
1answer
82 views
A simple parcel checker Python script
My current student accommodation uses a manual paper and pen system for checking if students have mail so I made this simple Python script to help mitigate the problem of manually searching through ...
8
votes
3answers
622 views
Soundcloud to CSV File
This program connects to Soundcloud and turns the supplied username into a CSV file with the user's like list. The code accomplishes this although it looks rather messy and was wondering what I could ...
7
votes
2answers
170 views
File class and large constructor
I have some dispute with a colleague. I work with some REST-service, from which I get always same type data.
...