https://github.com/waseem18/Hacks
A Linux terminal utility to find upcoming hackathons near you or at a particular location.
https://github.com/waseem18/Hacks
hackathon terminal-client
Last synced: 5 months ago
JSON representation
A Linux terminal utility to find upcoming hackathons near you or at a particular location.
- Host: GitHub
- URL: https://github.com/waseem18/Hacks
- Owner: waseem18
- Created: 2015-12-20T09:03:31.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-22T06:29:25.000Z (almost 10 years ago)
- Last Synced: 2026-01-27T09:44:30.500Z (5 months ago)
- Topics: hackathon, terminal-client
- Language: Python
- Homepage:
- Size: 23.4 KB
- Stars: 36
- Watchers: 5
- Forks: 14
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Hacks
============
A Linux terminal client to find upcoming Hackathons near you or at a particular location.
[](https://travis-ci.org/waseem18/Hacks)
[](https://gitter.im/waseem18/Hacks?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
Installation
--------------
1. Clone the repository
```sh
git clone https://github.com/waseem18/hacks.git && cd hacks
```
2. Copy the `hacks` executable into your PATH
```sh
cp hacks /usr/local/bin
```
Commands
--------
```
hacks Outputs details of Hackathons in or near your current location.
hacks [location] Outputs details of Hackathons in or near [location]
hacks --all Outputs details of Hackathons all over the World.
```
Examples
--------
```
hacks
hacks California
hacks New York
hacks Canada
hacks Hyderabad
hacks --version
hacks --help
hacks --all
```
Note
--------
Details of Hackathons have been taken from
1. [Hackalist](http://www.hackalist.org)
2. [Hackathon-Calendar](https://github.com/japacible/Hackathon-Calendar)
3. [HackathonWatch](http://www.hackathonwatch.com)
Contributions
---------------
1. If you know about any upcoming hackathons, add it to [Hackathon-Calendar](https://github.com/japacible/Hackathon-Calendar). If hackathon is particularly from India, add it to [Hackathons-In-India](https://github.com/waseem18/Hackathons-In-India)
2. Contribute to this repository by removing bugs, improving code efficiency, adding new sources of hackathons etc. I will happily merge it :)