https://github.com/aadityachapagain/gre-hunt
system to track and update the words i learn during my entire time , self personalized for my linux system
https://github.com/aadityachapagain/gre-hunt
bash-script data-mining database gnome gre mongodb notification python
Last synced: 3 months ago
JSON representation
system to track and update the words i learn during my entire time , self personalized for my linux system
- Host: GitHub
- URL: https://github.com/aadityachapagain/gre-hunt
- Owner: aadityachapagain
- License: mit
- Created: 2019-06-17T04:24:05.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-11-30T11:52:33.000Z (over 5 years ago)
- Last Synced: 2025-01-11T01:25:20.151Z (over 1 year ago)
- Topics: bash-script, data-mining, database, gnome, gre, mongodb, notification, python
- Language: Python
- Size: 104 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GRE-HUNT
## Description
Trying to create personalize gre app for my linux system which will track the words I learn and constantly aware me of the words I learn during my worktime and help me revise the words during stagnent or after revision hour.
## TODOS
- [x] MONGODB to store words
- [x] Create a scripts to add and update words to db using bash
- [x] List words to the terminal
- [x] Add scheduler to track the words you are learning and give Notification after certain hours
- [ ] Make gnome shell Extension to show words during tracking hours of time and update every half an hour
- [ ] Make scraper to scrape words and paragraph and display in gnome shell extension every half an hour
- [ ] Build a sentiment analysis tool to predict the nearest word and root words to the one currently displaying in extension.
- [ ] Scrape Math question for GRE and display it in Extension every half an hour
- [ ] Scrape the techniques from web to display it in Extension every half an hour and give notification with every updates to the extension
## WIP