Skip to content

Instantly share code, notes, and snippets.

View hackmajoris's full-sized avatar

Alex Ilies hackmajoris

  • EU
  • 13:47 (UTC -12:00)
View GitHub Profile
@hackmajoris
hackmajoris / Fastfile
Created October 1, 2018 13:16 — forked from polbins/Fastfile
Fastlane script for Uploading to Slack and Play Store Alpha
default_platform :android
platform :android do
before_all do
ENV["SLACK_URL"] = "https://hooks.slack.com/services/ABC/123/XYZ"
end
######################### PUBLIC LANES #########################
desc "Deploy a new Prod APK version to Play Store Alpha"
@hackmajoris
hackmajoris / UdacityDownload.py
Created October 24, 2016 11:14 — forked from vinovator/UdacityDownload.py
Python program to download course content for multiple Udacity courses neatly arranged within a folder structure
# UdacityDownload.py
# Python 2.7.6
"""
Python script to download course content from udacity courses
- Creates folders as per course names
- Downloads all the zip files
- Extract content from zip file
- Finally delete the zip file
Multiple course content can be downloaded from list