All Projects → OrkoHunter → Ping Me

OrkoHunter / Ping Me

Licence: apache-2.0
A cross platform personalized Ping

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Ping Me

Ping Blocker
Stop sites from tracking the links you visit through hyperlink auditing
Stars: ✭ 23 (-87.89%)
Mutual labels:  ping, chrome-extension
Headless Recorder
Chrome extension that records your browser interactions and generates a Playwright or Puppeteer script.
Stars: ✭ 13,786 (+7155.79%)
Mutual labels:  chrome-extension
Side Auto sci Hub
Cross-Browser Plugin to open Sci-Hub 🗝 page with the article from your current tab
Stars: ✭ 172 (-9.47%)
Mutual labels:  chrome-extension
Minimo
An elegant, simplified new tab page for your web browser
Stars: ✭ 179 (-5.79%)
Mutual labels:  chrome-extension
Floccus
☁️ Sync your bookmarks privately across browsers
Stars: ✭ 2,630 (+1284.21%)
Mutual labels:  chrome-extension
Hack Tools
The all-in-one Red Team extension for Web Pentester 🛠
Stars: ✭ 2,750 (+1347.37%)
Mutual labels:  chrome-extension
Play To Xbmc Chrome
A Google Chrome Extension for sending online content to be played on XBMC. Supported websites include YouTube, Vimeo, CollegeHumor, DailyMotion, eBaumsWorld and SoundCloud.
Stars: ✭ 172 (-9.47%)
Mutual labels:  chrome-extension
Sloth
Sloth - an extension slowing down page loading to bring real user experience
Stars: ✭ 189 (-0.53%)
Mutual labels:  chrome-extension
Pt Plugin Plus
PT 助手 Plus,为 Google Chrome 和 Firefox 浏览器插件(Web Extensions),主要用于辅助下载 PT 站的种子。
Stars: ✭ 2,807 (+1377.37%)
Mutual labels:  chrome-extension
Awesome Browser Extensions For Github
A collection of awesome browser extensions for GitHub.
Stars: ✭ 2,255 (+1086.84%)
Mutual labels:  chrome-extension
Mirage
🎨 GUI for simplifying Elasticsearch Query DSL
Stars: ✭ 2,143 (+1027.89%)
Mutual labels:  chrome-extension
React Extension Boilerplate
🚀 Modern React boilerplate for Firefox and Chrome extensions.
Stars: ✭ 177 (-6.84%)
Mutual labels:  chrome-extension
Webrtc Leak Prevent
Prevent WebRTC leaks in Chromium browsers.
Stars: ✭ 182 (-4.21%)
Mutual labels:  chrome-extension
Styleurl Extension
Share & export CSS tweaks from Chrome instantly.
Stars: ✭ 175 (-7.89%)
Mutual labels:  chrome-extension
Blocktube
YouTube™ content blocker
Stars: ✭ 186 (-2.11%)
Mutual labels:  chrome-extension
Github Mermaid Extension
A browser extension for Chrome, Opera & Firefox that adds Mermaid language support to Github
Stars: ✭ 170 (-10.53%)
Mutual labels:  chrome-extension
Chromium Vim
Vim bindings for Google Chrome.
Stars: ✭ 2,150 (+1031.58%)
Mutual labels:  chrome-extension
Privacybadger
Privacy Badger is a browser extension that automatically learns to block invisible trackers.
Stars: ✭ 2,346 (+1134.74%)
Mutual labels:  chrome-extension
Azure Mask
A browser extension (Chrome, Firefox) that toggles concealment of sensitive information found in the Azure Portal web page such as Subscription Id's
Stars: ✭ 189 (-0.53%)
Mutual labels:  chrome-extension
Chromeextensionasync
Promise wrapper for the Chrome extension API so that it can be used with async/await rather than callbacks
Stars: ✭ 186 (-2.11%)
Mutual labels:  chrome-extension

Note from the author

I no longer work on this project. Maintaining a server and other extensions to store reminders and execute them on time takes a lot of effort. There are gigantic companies and startups working on this. It also made me hit my first burnout because I thought I could make everything on my own in a short duration of time. I'm thankful I learnt this early.

I agressively use Google Calendar which sends me all kinds of reminders aka Pings :') and thus instead of re-inventing the wheel, I think I can work on new ideas. Plus, there exists quite a lot of tools which interface with Google Calendar from the command line and and they take care of NLP as well. Thus, I feel there is no need to revive the project.

It was a good run. Thanks to the 300 registered and other anonymous users for giving chills to an 18 year old kid, on one of his first pet projects.

April 20, 2018

TLDR: Have a look at gcalcli or khal.


Code Health

ping-me

A Cross Platform personalized Ping

NOTE : The server is not being maintained right now. (Because my GitHub student pack expired)

The beauty of ping-me is its command line interface. Get all of your reminders done just by a single line command on your favorite terminal screen. ping-me will surely ping you at that time, no matter you are online or not. It will get to you on your phone device, smart watch and even SMS in worst cases.

Stay Lazy, Stay Updated !

Installation

Current Release - 0.3

Step 1 : Installing package and dependencies

$ pip install ping-me

Make sure all the dependencies get installed properly while the installation.

Step 2 : Setting up cronjob (Not for windows, See step 3)

$ crontab -e

In the file, add the following lines

PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
DISPLAY=:0.0

* * * * * get-ping

Make sure to leave a blank line at the end of the file.

Save and exit. The installation is complete.

See this for some explanation of the crontab

Step 3 : Chrome Extension

Download the chrome extension from here.

Log in with the credentials you used for ping-me. And we are done.

Note : ping-me will work even if all chrome windows are closed.

Usage

Use of flags

$ ping-me -d November-24-2015 -t 14:30 Get up and eat!

By default -d and -t accounts for datetime.today and 00:00 hours respectively. Go ahead and make experiments with the syntax.

No flags, pure language

$ ping-me to get up and eat tomorrow afternoon

Add -v flag at the end to see the verbose output.

Project Status

  • [X] ping-me identifies date, time and message using flags
  • [X] ping-me asks for configuration on first request
  • [X] ping-me stores the configuration on remote server
  • [X] ping-me stores the message with datetime stamp on the server
  • [X] Server activates the ping 50 seconds prior to its exact time
  • [X] Server ready for a GET request
  • [X] ping-me makes full use of natural language processing
  • [X] ping-me notifies through chrome/firefox extension
  • [X] ping-me works on linux
  • [X] ping-me works on windows
  • [X] ping-me works on OS X
  • [ ] ping-me works on Android
  • [ ] ping-me sends texts to phone
  • [ ] ping-me ping-me works on ios
  • [ ] ping-me works on Windows phone

Contribution : Please feel free to report bugs in the application. I'll try to fix them. Also, if either of javascript or android is your piece of cake, please contact me and we'll make things up real quick. Enjoy anyways!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].