https://github.com/utdemir/personal_scripts
https://github.com/utdemir/personal_scripts
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/utdemir/personal_scripts
- Owner: utdemir
- Created: 2013-10-13T20:03:39.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-03-04T21:09:45.000Z (almost 12 years ago)
- Last Synced: 2025-02-18T00:39:47.382Z (10 months ago)
- Language: Python
- Size: 203 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
personal_scripts
================
A repository for my personal scripts. Those scripts aren't documented, but feel free to ask me anything about them.
hide.py
-------
The script I created for publishing these scripts stripped from my personal informations.
It reads a list of passwords from an hidden file, and replaces them with their hashes.
Inspired by [halitalptekin/doorman](https://github.com/halitalptekin/doorman/).
tpb_fetcher.py
--------------
It searchs The Pirate Bay(using apify.ifc0nfig.com/) for the latest episodes of TV series I follow
and lists them with their magnet links. I periodically run
```bash
for i in $(python tpb_fetcher.py | grep magnet | xargs); do deluge-console add $i; done
```
to download them with Deluge.
battery-notifier.py
-------------------
A script I used when using i3 window manager. It simply periodically reads battery stats and then notifies the user
via libnotify. BATTERY_PATH and AC_PATH variables should be modified for every computer(They usually differ).
submit-notify.py
----------------
It logins into Hacettepe University CS Department's assignment submission system and notifies about upcoming assignments.
dropbox_poll.sh
---------------
Dropbox doesn't handle connection losses well, so this script forces it to reconnect by restarting it periodically. Needs dropbox command from `dropbox.py`.
hacettepe_transkript/
---------------------
A script that fetches transcript from Hacettepe University's student information system, and templates it.