All Projects β†’ rahulkumaran β†’ Utlyz-CLI

rahulkumaran / Utlyz-CLI

Licence: Apache-2.0 License
Let's you to access your FB account from the command line and returns various things number of unread notifications, messages or friend requests you have.

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to Utlyz-CLI

Facebook
πŸ“¨ Facebook Notifications Channel for Laravel
Stars: ✭ 120 (+300%)
Mutual labels:  notifications, facebook
CricketAPI
A Flask API Server with options to get live scores, live commentary and scorecards.
Stars: ✭ 21 (-30%)
Mutual labels:  cricket, cricbuzz
Yfiton
Cross-platform CLI utility command for sending notifications using well-known or modern communication services
Stars: ✭ 142 (+373.33%)
Mutual labels:  notifications, facebook
Opensource Socialnetwork
Open Source Social Network (OSSN) is a social networking software written in PHP. It allows you to make a social networking website and helps your members build social relationships, with people who share similar professional or personal interests. It is available in 16 international languages.
Stars: ✭ 710 (+2266.67%)
Mutual labels:  notifications, facebook
newsemble
API for fetching data from news websites.
Stars: ✭ 42 (+40%)
Mutual labels:  news, webscraping
Checknewappversionavailable
It makes a request to Play Store to check if there is a new version of your published app
Stars: ✭ 69 (+130%)
Mutual labels:  notifications, news
pyGinit
A simple github automation cli
Stars: ✭ 15 (-50%)
Mutual labels:  click, cli-app
Huginn
Create agents that monitor and act on your behalf. Your agents are standing by!
Stars: ✭ 33,694 (+112213.33%)
Mutual labels:  notifications, webscraping
newspaperjs
News extraction and scraping. Article Parsing
Stars: ✭ 59 (+96.67%)
Mutual labels:  news, webscraping
supervised-machine-learning
This repo contains regression and classification projects. Examples: development of predictive models for comments on social media websites; building classifiers to predict outcomes in sports competitions; churn analysis; prediction of clicks on online ads; analysis of the opioids crisis and an analysis of retail store expansion strategies using…
Stars: ✭ 34 (+13.33%)
Mutual labels:  webscraping, beautifulsoup4
Learning Social Media Analytics With R
This repository contains code and bonus content which will be added from time to time for the book "Learning Social Media Analytics with R" by Packt
Stars: ✭ 102 (+240%)
Mutual labels:  facebook, news
FisherMan
CLI program that collects information from facebook user profiles via Selenium.
Stars: ✭ 117 (+290%)
Mutual labels:  facebook, webscraping
Nephos
Project Nephos [GSoC '18]: Automated recording, processing, and uploading of TV streams for Universities.
Stars: ✭ 20 (-33.33%)
Mutual labels:  click, cli-app
extractnet
A Dragnet that also extract author, headline, date, keywords from context
Stars: ✭ 52 (+73.33%)
Mutual labels:  news, webscraping
phomber
Phomber is infomation grathering tool that reverse search phone numbers and get their details, written in python3.
Stars: ✭ 59 (+96.67%)
Mutual labels:  mechanize, webscraping
exch
a command-line tool to see currency exchange rates
Stars: ✭ 20 (-33.33%)
Mutual labels:  click, cli-app
quoters
πŸ“ Random quotes generator package. Available on npm and PyPi
Stars: ✭ 17 (-43.33%)
Mutual labels:  beautifulsoup4
php-flasher
πŸ”” Flasher is a powerful and flexible flash notifications system for PHP, Laravel, Symfony
Stars: ✭ 68 (+126.67%)
Mutual labels:  notifications
react-native-local-notification
No description or website provided.
Stars: ✭ 24 (-20%)
Mutual labels:  notifications
mw-discord
πŸ“ MediaWiki extension that sends notifications to Discord, used on https://runescape.wiki.
Stars: ✭ 16 (-46.67%)
Mutual labels:  notifications

Utlyz

Utlyz is an application that works on the command line and makes life easier for you. If you want to check the score of all ongoing matches in cricket or want to check if you got any new friend requests or notifications on FB, Utlyz is the right application for you! Follow the steps on INSTALL.md to install this and run it on your laptop or dekstp.

image

Currently, Utlyz supports 8 things:

  1. Facebook Access
  2. Checking cricket scores and schedules (from Cricbuzz)
  3. Getting lyrics of songs
  4. Searching on google and wikipedia
  5. Checking news bulletins (from reuters)
  6. Checking football scores (from Goal.com)
  7. Allows you to have access to random XKCD images in a separate XKCD directory.
  8. Doing basic calculations.

  • FacebookCLI

    image

    Let's you to access your FB account from the command line and returns various things number of unread notifications, messages or friend requests you have.

  • Cricket Updates

    image

    Let's you to check score updates and cricket schedules of the current month from your command line itself.

  • Lyrics

    image

    Let's you get the lyrics of whatever song you want. All you need to do is, enter the name of the song after typing in the comannd, and πŸ’₯BOOM!πŸ’₯ You have your song's lyrics in front of you on the command line.

  • Searching

    Let's you to access google and wikipedia from the command line itself! All you need to do is type the --google or --wiki options to do a google search or a wiki search. After typing the commands, you'll be prompted to enter the topic you want to search about. If you do a Google search, it'll display the most popular links related to that particular topic. Just clicking on the link will redirect you to the browser.

    Note : In case of a wiki search, the entire wikipedia data is displayed on the command line apart from tables and images.

  • News

    image

    Let's you get the access to the latest news bulletins from reuters directly on your command line.

  • Football

    image

    Let's you get scores of the ongoing matches and matches that just got over on that particular day.

  • XKCD

    image

    Downloads random XKCD images for you to read in the directory XKCD inside the Utlities folder in your local repository(Laptop or Desktop).

  • Calculator

    image

    Let's you add, subtract, multiply, divide or find the modulus of two numbers.


The functionalities it currently supports are:

1) Facebook updates
--fr			Gives the number of new friend requests you have
--msg			Gives the number of unread messages you have
--notifs		Gives the number of unseen notifications you have
--bdays			Gives the list of all those people who have their birthday on that particular day

2) Cricket updates
--score			Gives the scores of all ongoing and recently finished matches
--schedule		Gives the schedule of all international matches throughout the ongoing month

3) Lyrics
--lyr			Gives the lyrics of the song you enter after executing the command

4) Searching
--google		Gives the links of the most popular sites visited w.r.t a particular topic
--wiki			Gives the whole wikipedia information regarding a topic on the Command Line itself

5) News
--trending		Gives you trending news topics

6) Football
--scores		Gives you the scores of the matches

7) XKCD
--image			Allows you to download XKCD images

8) Calculator
--add			Allows you to add two numbers
--sub			Allows you to subtract two numbers
--mul			Allows you to multiply two numbers
--div			Allows you to divide two numbers
--mod			Allows you to find modulus of two numbers

It's a project in it's budding stage currently and you're most welcome to create issues and PR's. Your comments would be valuable! Please fork and clone the repository and run it in your virtual environment.

Note : Utylz works best with Ubuntu

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].