Metadata-Version: 2.1
Name: geniusbot
Version: 2.0.5
Summary: Synchronize your subtitle files by shifting the subtitle time (+/-)
Home-page: https://github.com/Knucklessg1/subsync
Author: Audel Rouhi
Author-email: knucklessg1@gmail.com
License: Unlicense
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.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Description-Content-Type: text/markdown
Requires-Dist: webarchiver
Requires-Dist: subshift
Requires-Dist: pandas
Requires-Dist: PyQt5
Requires-Dist: youtube-dl
Requires-Dist: en-core-web-sm
Requires-Dist: sqlalchemy
Requires-Dist: pytz
Requires-Dist: python-dateutil
Requires-Dist: mathparse
Requires-Dist: chatterbot-corpus

# GeniusBot 
*Version: 2.0.5*

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

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

#### 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/*
# Prod Pypi
twine upload dist/*
```

## Repository
[genius-bot](https://github.com/Knucklessg1/genius-bot.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


