This project enables bulk operations on Gmail, Discord, and potentially other platforms, using advanced data filtering techniques powered by nuShell, which is known for its robust data manipulation capabilities.
- Plugin for nuShell: This project extends nuShell functionality.
- Web Scraping: Utilizes nuShell's piping features to scrape web pages.
- Caching Techniques: Reduces bandwidth and latency through intelligent caching mechanisms.
For more information on nuShell and its plugin capabilities, refer to the nuShell Documentation.
The system configuration I am currently using.:
- Operating System: Linux
- Display Server: Wayland
- Shell: nuShell
- Browser: Chromium
Open a terminal and run the following command:
chromium --enable-features=UseOzonePlatform,WebRTCPipeWireCapturer --ozone-platform=wayland --remote-debugging-port=9222 & disown
This command starts Chromium with the specified debugging port.
In a new terminal session, navigate to your project directory and run the locked version of nuShell:
./nu-0.78.0-x86_64-unknown-linux-gnu/nu
To enable Gmail or Discord functionality, register the respective plugin by running:
register nu_plugin_discord.py
or register nu_plugin_gmail.py
Once registered, you can execute the rest of the nuShell commands as required.
This project is licensed under the MIT License. See the LICENSE file for more details.