Aditeya Baral

Results 17 issues of Aditeya Baral

Added command-line tool. Can be invoked using `python gingerit.py` and takes in the following arguments: ```sh usage: python gingerit.py [-h] -i INPUT [-o] [-f FILE] [-t {split,truncate}] [-v VERIFY] Gingerit...

Title. The CLI can be part of a different script. It should have the following flow: ```bash python pydictionary.py --word --n ``` Default value for `n` should be 5

enhancement
good first issue

Add endpoints to the Flask app to make it an API. Can be both `GET` and `POST`, should receive the word and return back the definition along with examples in...

enhancement
help wanted
good first issue

The Flask app is not responsive. Since this Flask app will be hosted, it would be great if the GUI is responsive and adapts to mobile devices as well!

enhancement
help wanted
hacktoberfest

Enhance terminal output by using git-based colours (green, red, yellow etc) for messages and symbols printed to console

enhancement
good first issue

The entire project needs to be dockerised with docker-compose such that it can be built and deployed using a single command. Create a `conf` folder with database queries to setup...

enhancement
good first issue

Currently, the most latest version of files being committed is used to overwrite the remote. Is there is a way to handle merges and conflicts?

enhancement
help wanted

Would be neat if there was a way to implement the concepts of forks and branches. The `.togepi` folder could store the required diff files for the different branches. A...

enhancement
help wanted

Finding similar keywords using edit distance works alright for single words - `"Indiranagar"` and `"Indranagar"` get matched as the same word. However, the algorithm will not work if the keyword...

enhancement
help wanted
facebook-scraper/main
selenium

The `facebook_scraper` library allows the passing of cookies to allow access to private Facebook pages as well. This can be added as a path in the `search_config.json` which can be...

enhancement
help wanted
facebook-scraper/main