An open API service indexing awesome lists of open source software.

https://github.com/utdemir/personal_scripts


https://github.com/utdemir/personal_scripts

Last synced: 7 months ago
JSON representation

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.