Metadata-Version: 2.1
Name: geniusbot
Version: 2.1.5
Summary: The Ever-learning and ever-improving tool!
Home-page: https://github.com/Knucklessg1/geniusbot
Author: Audel Rouhi
Author-email: knucklessg1@gmail.com
License: Unlicense
Keywords: genius,geniusbot,download,video,subtitle,website,screenshot,media,manage,chatbot,report,profiling,merge
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: Public Domain
Classifier: Environment :: Console
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Description-Content-Type: text/markdown
Requires-Dist: PyQt5
Requires-Dist: accelerate
Requires-Dist: media-downloader (>=0.0.2)
Requires-Dist: media-manager (>=0.0.5)
Requires-Dist: report-manager (>=0.0.1)
Requires-Dist: subshift
Requires-Dist: torch
Requires-Dist: transformers
Requires-Dist: webarchiver
Requires-Dist: pypiwin32 ; platform_system == "Windows"
Requires-Dist: winshell ; platform_system == "Windows"

# GeniusBot 
*Version: 2.1.5*

![Alt text](geniusbot/img/geniusbot-small.png?raw=true "GeniusBot") 

The Ever-learning and ever-improving tool!
- Genius Bot Chat
- Media Download
- Website Screenshot
- Subtitle Shift
- Media Manager

#### Genius Bot Chat
![Genius Bot Chat](screenshots/geniusbot_home.png?raw=true "Genius Bot Chat")

#### Video Download
Download any YouTube, Twitter, or Rumble video(s) as MP3 or Webm/MP4 in a few different qualities. 
![Video Download](screenshots/geniusbot_video.png?raw=true "Video Download")

Examples for how to find user & channel.
![User Entry Image](screenshots/user.PNG?raw=true "User Entry")
![Channel Entry Image](screenshots/channel.PNG?raw=true "Channel Entry")

Open File allows you to browse for a text file that has a list of YouTube links.
Examples contents:
```
https://www.youtube.com/watch?v=75-siCngYCc
https://www.youtube.com/watch?v=7RSpZkIjK4w
https://www.youtube.com/watch?v=7qRSAUb96wg
```
#### Website Archiving
Archive any website by taking screenshots of any website entered.

Choose from a variety of options like file type, quality, and image size.

![Web Archiver](screenshots/geniusbot_website.png?raw=true "Web Archiver")

#### Subtitle Shift
Shift a subtitle forward or backward a few seconds so it aligns with your video!

![Subtitle Shift](screenshots/geniusbot_subshift.png?raw=true "Subtitle Shift")

## Install
```bash
pip install geniusbot
```

## Development Environment
```bash
bash ./build_container.sh
```

## Build Instructions
Build Python Package

```bash
sudo chmod +x ./*.py
pip install .
python setup.py bdist_wheel --universal
# Test Pypi
twine upload --repository-url https://test.pypi.org/legacy/ dist/* --verbose -u "Username" -p "Password"
# Prod Pypi
twine upload dist/* --verbose -u "Username" -p "Password"
```

## Repository
[geniusbot](https://github.com/Knucklessg1/geniusbot.git)

## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

## License
Please attribute any uses to this repository. Do not resale this application. Test
All credits to the FFMPEG team for the audio/video conversions
## Authors

* **Audel Rouhi** - *Software & Automation Engineer + Data Scientist* - [knucklessg1](https://github.com/Knucklessg1)

See also the list of [contributors](https://github.com/your/project/contributors) who participated in this project.

## Acknowledgments
ChatterBot


