Skip to content

N3dal/python-scripts-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

70 Commits

Repository files navigation

Just another repo of Python scripts

NOscript namedescription
01remove_all_pyc.md"remove all .pyc files from a git repo"
02find_all_links.py"get all links from a webpage"
03simple_twitter_manager.py"accessing the Twitter API, example functions"
04rename_with_slice.py"rename group of files, within a single directory, using slice"
05load_json_without_dupes.py"load JSON, convert to dict, raise error if there is a duplicate key"
06execution_time.py"class used for timing execution of code"
07benchmark_permissions_loading_django.py"benchmark loading of permissions in Django"
08basic_email_web_crawler.py"web crawler for grabbing emails from a website"
09basic_link_web_crawler.py"web crawler for grabbing links from a website"
10find_files_recursively.py"recursively grab files from a directory"
11optimize_images_with_wand.py"recursively grab images from a directory, then optimize them for the web"
12csv_split.py"Splits a CSV file into multiple files based on command line arguments"
13random_name_generator.py"random name generator"
14html_to_markdown.sh"Convert all html files in a single directory to markdown"
15check_my_environment.py"Pass in a config file based on your environment"
16jinja_quick_load.py"Render a quick Jinja2 template"
17rewrite_git_history.md"Backdating/Rewriting Git history (use at your own risk)"
18zipper.py"Zip contents of a directory, adding a timestamp to the filename"
19tsv-to-csv.py"Convert TSV to CSV"
20restore_file_from_git.py"Restore file from Git History"
21twitter_bot.py"Twitter Bot"
22git_tag.py"Create Git Tag based on a commit"
23flask_session_test.py"Just a simple app to see if the sessions are working"
24sql2csv.py"SQL to CSV"
25ip2geolocation.py"Given a CSV file with an ip address (see sample - 25_sample_csv.csv), return the geolocation based on the ip"
26stock_scraper.py"Scrape the S&P 500 Companies list from Wikipedia, then output the data"
27send_sms.py"Send SMS message via TextBelt"
28income_tax_calculator.py"Income tax calculator via Taxee"
29json_to_yaml.py"Convert JSON to YAML"
30fullcontact.py"Call the FullcContact API"
31youtube_sentiment.py"Calculate sentiment score from the comments of a Youtube video"
32stock_scraper.py"Get stock prices"
33country_code.py"Convert country code to country name"
34git_all_repos.py" Clone all repositories from a public user or organization on Github. Usage: python git_all_repos.py users USER_NAME or python git_all_repos.py orgs ORG_NAME"

About

because i'm tired of gists

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python98.7%
  • Shell1.3%