Skip to content

Instantly share code, notes, and snippets.

View TerenceLiu98's full-sized avatar
🌍
Working

TerenceLau TerenceLiu98

🌍
Working
View GitHub Profile
@mamedshahmaliyev
mamedshahmaliyev / forex_historical_data_truefx.py
Created August 6, 2019 18:12
Download forex historical data monthly in csv format from http://www.truefx.com (pepperstone) using python and selenium
import datetime, time, os
from dateutil.relativedelta import relativedelta
from selenium import webdriver
tmp_dir = os.path.join(os.getcwd(), 'forex')
if not os.path.isdir(tmp_dir): os.makedirs(tmp_dir)
options = webdriver.ChromeOptions();
options.add_argument("--window-size=1300,900")
options.add_experimental_option("prefs", {
@lukas-h
lukas-h / license-badges.md
Last active June 25, 2025 01:04
Markdown License Badges for your Project

Markdown License badges

Collection of License badges for your Project's README file.
This list includes the most common open source and open data licenses.
Easily copy and paste the code under the badges into your Markdown files.

Notes

  • The badges do not fully replace the license informations for your projects, they are only emblems for the README, that the user can see the License at first glance.

Translations: (No guarantee that the translations are up-to-date)