Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fristonio/scripts
A collection of my scripts
https://github.com/fristonio/scripts
github-notifier installation-script latest-pypi send-sms
Last synced: 11 days ago
JSON representation
A collection of my scripts
- Host: GitHub
- URL: https://github.com/fristonio/scripts
- Owner: fristonio
- Created: 2017-05-13T08:58:12.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-03T14:56:58.000Z (almost 7 years ago)
- Last Synced: 2024-11-07T21:46:29.928Z (2 months ago)
- Topics: github-notifier, installation-script, latest-pypi, send-sms
- Language: Shell
- Size: 157 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Scripts
> A collection of my scripts.
## setuptScript :* A setup script to install and setup all the packages i use.
* Usage :
* `sudo ./setupScript.sh`
## starterScript :* A starter setup script including only starter packages, helpful while setting up a cloud server.
* `sudo ./starterScript.sh
## pypiLatest :* A python script that list lastest version available for python package provided
* Usage :
* For a package : `python3 pypiLatest.py -p [PackageName]`
* For requirements file : `python3 pypiLatest.py -f [filePath(absolute/relative)]`
* Screenshots :
![pypiLatestSS](https://github.com/fristonio/scripts/blob/master/screenshots/pypiLatest.png)
## Github-Notify :* A simple python scripts that send you notification whenever your feeds for github changes
* Usage:
* Download Script, Add config.json using sample.config.json Get your token by subscribing to github RSS feeds
* Run `nohup ./feeder.py > /dev/null 2>&1 &` to run the program in background
* Add the command in cronJob @reboot to get it running every time you log in## sendSMS :
* A python script that uses way2sms to send msg on the go.
* Just download the script create config.json according to sample.config.json using way2sms credentials.
* Run the script using `./sendSMS.py` Enter the msg and recipient.