FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
mikekiwa/python-scripts: because i'm tired of gists · GitHub
mikekiwa
/
python-scripts
Public
forked from
dylanroy/python-scripts
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Branches
Tags
Open more actions menu
Latest commit
History
46 Commits
46 Commits
Folders and files
Name
Name
Last commit message
Last commit date
.gitignore
.gitignore
01_remove_all_pyc.md
01_remove_all_pyc.md
02_find_all_links.py
02_find_all_links.py
03_simple_twitter_manager.py
03_simple_twitter_manager.py
04_rename_with_slice.py
04_rename_with_slice.py
05_load_json_without_dupes.py
05_load_json_without_dupes.py
06_execution_time.py
06_execution_time.py
07_benchmark_permissions_loading_django.py
07_benchmark_permissions_loading_django.py
08_basic_email_web_crawler.py
08_basic_email_web_crawler.py
09_basic_link_web_crawler.py
09_basic_link_web_crawler.py
10_find_files_recursively.py
10_find_files_recursively.py
11_optimize_images_with_wand.py
11_optimize_images_with_wand.py
12_csv_split.py
12_csv_split.py
12_sample_csv.csv
12_sample_csv.csv
13_random_name_generator.py
13_random_name_generator.py
14_html_to_markdown.sh
14_html_to_markdown.sh
15_check_my_environment.py
15_check_my_environment.py
16_jinja_quick_load.py
16_jinja_quick_load.py
17_rewrite_git_history.md
17_rewrite_git_history.md
18_zipper.py
18_zipper.py
19_tsv-to-csv.py
19_tsv-to-csv.py
20_restore_file_from_git.py
20_restore_file_from_git.py
21_twitter_bot.py
21_twitter_bot.py
22_git_tag.py
22_git_tag.py
23_flask_session_test.py
23_flask_session_test.py
24_sql2csv.py
24_sql2csv.py
25_ip2geolocation.py
25_ip2geolocation.py
25_sample_csv.csv
25_sample_csv.csv
26_stock_scraper.py
26_stock_scraper.py
27_send_sms.py
27_send_sms.py
28_income_tax_calculator.py
28_income_tax_calculator.py
29_json_test.json
29_json_test.json
29_json_to_yaml.py
29_json_to_yaml.py
30_fullcontact.py
30_fullcontact.py
readme.md
readme.md
requirements.txt
requirements.txt
Repository files navigation
README
Just another repo of Python scripts
01_remove_all_pyc.md
: remove all
.pyc
files from a git repo
02_find_all_links.py
: get all links from a webpage
03_simple_twitter_manager.py
: accessing the Twitter API, example functions
04_rename_with_slice.py
: rename group of files, within a single directory, using slice
05_load_json_without_dupes.py
: load JSON, convert to dict, raise error if there is a duplicate key
06_execution_time.py
: class used for timing execution of code
07_benchmark_permissions_loading_django.py
: benchmark loading of permissions in Django
08_basic_email_web_crawler.py
: web crawler for grabbing emails from a website
09_basic_link_web_crawler.py
: web crawler for grabbing links from a website
10_find_files_recursively.py
: recursively grab files from a directory
11_optimize_images_with_wand.py
: recursively grab images from a directory, then optimize them for the web
12_csv_split.py
: Splits a CSV file into multiple files based on command line arguments.
13_random_name_generator.py
: random name generator
14_html_to_markdown.sh
: Convert all html files in a single directory to markdown
15_check_my_environment.py
: Pass in a config file based on your environment.
16_jinja_quick_load.py
: Render a quick Jinja2 template
17_rewrite_git_history.md
: Backdating/Rewriting Git history (use at your own risk)
18_zipper.py
: Zip contents of a directory, adding a timestamp to the filename
19_tsv-to-csv.py
: Convert TSV to CSV
20_restore_file_from_git.py
: Restore file from Git History
21_twitter_bot.py
: Twitter Bot
22_git_tag.py
: Create Git Tag based on a commit
23_flask_session_test.py
: Just a simple app to see if the sessions are working
24_sql2csv.py
: SQL to CSV.
25_ip2geolocation.py
: Given a CSV file with an ip address (see sample -
25_sample_csv.csv
), return the geolocation based on the ip.
26_stock_scraper.py
: Scrape the S&P 500 Companies list from Wikipedia, then output the data.
27_send_sms.py
: Send SMS message via
TextBelt
28_income_tax_calculator.py
: Income tax calculator via
Taxee
29_json_to_yaml.py
: Convert JSON to YAML
30_fullcontact.py
: Call the
FullcContact
API
About
because i'm tired of gists
Resources
Readme
Activity
Stars
0
stars
Watchers
0
watching
Forks
0
forks
Report repository
Releases
Packages
Contributors
Languages
Back
|
FazBrowse Home
|
New Git URL