=
- Contents Journey Highlights
- Introduction
- Open Source & Commercial User Product
- Installation
- ๐ Documentation
๐๐ฒ๐๐๐ฎ๐๐๐๐จ๐ญ ๐ข๐ฌ ๐ ๐๐๐ฅ๐๐ ๐ซ๐๐ฆ ๐๐จ๐ญ ๐ข๐ฌ ๐ฉ๐ฎ๐ซ๐ฉ๐จ๐ฌ๐๐ ๐๐จ๐ซ ๐๐จ๐๐ข๐๐ฅ ๐ฆ๐๐๐ข๐ ๐๐จ๐ง๐ญ๐๐ง๐ญ ๐๐จ๐ฐ๐ง๐ฅ๐จ๐๐๐ข๐ง๐ ๐ข๐ง๐๐ฅ๐ฎ๐๐ข๐ง๐ ๐๐ข๐๐๐จ๐ฌ, ๐๐ฎ๐ฌ๐ข๐,๐๐ฆ๐๐ ๐๐ฌ,๐ญ๐ก๐ฎ๐ฆ๐ง๐๐ข๐ฅ๐ฌ,๐๐ง๐ ๐๐ฑ๐ญ๐ซ๐๐๐ญ ๐๐๐ญ๐๐ข๐ฅ๐๐ ๐ข๐ง๐๐จ๐ซ๐ฆ๐๐ญ๐ข๐จ๐ง ๐๐ซ๐จ๐ฆ ๐ฐ๐๐๐ฌ๐ข๐ญ๐๐ฌ ๐๐ง๐ ๐ญ๐ก๐ ๐ข๐ง๐ญ๐๐ซ๐ง๐๐ญ, ๐๐๐๐ข๐ญ๐ข๐จ๐ง๐๐ฅ๐ฒ ๐ญ๐๐ค๐ข๐ง๐ ๐จ๐ฏ๐๐ซ ๐๐ฆ๐๐ ๐ ๐๐๐ง๐ฎ๐ฉ๐ฎ๐ฅ๐๐ญ๐ข๐จ๐ง ๐ฉ๐ซ๐จ๐๐๐ฌ๐ฌ๐ข๐ง๐
EyeTubeBot is a Telegram AI Bot built with an Interactive User Interface which features automated Internet and Image Processing Capabilities.
- Download ๐ฝ๏ธ Movies / ๐ฌVideos with the ๐ฏ Highest Quality from Social Media including:
- โ [ Facebook ]
- โ [ Twitter (X) ]
- โ [ Instagram ]
- โ [ Snapchat ]
- โ [ Youtube ] [& more]
- ๐ฆ Fetch information from a Social Media Video Upload including:
- โ [ Title of Video ]
- โ [ Purpose or Description of the Video ]
- โ [ Views ]
- โ [ Links ]
- โ [ Thumbnail picture ]
- ๐งฒ Extract and Download ๐Audio from an Uploaded Video on Social Media.
- โ [ YouTube ]
- ๐ฎ๐พโโ๏ธ Detect โ [ Fraud & Legit Website ]
- โ๏ธ Dig all Information from a Target Website including:
- โ [ Target Website date of creation and Renewal ]
- โ [ Keywords in Target website ]
- โ [ Purpose or Description of a Target Website ]
- โ [ Connected links in a Target Website ]
- โ [ Pictures in a Target website ]
- โ [ Owner of Target Website ]
- โ [ robots.txts in Target Website ]
- โ [ OpenGraph Title in Target Website ]
- โ [ Social Media Links in Target Website ]
- โ [ HTTPS Status in Target Website ]
Note below;
๐๐ข๐ฌ๐ข๐ญ ๐๐ข๐ ๐๐ฎ๐ง๐ ๐๐จ๐ญ ๐๐๐ฉ๐จ๐ฌ๐ข๐ญ๐จ๐ซ๐ฒ ๐ญ๐จ ๐๐๐๐๐ฌ๐ฌ
- Perform Major Image Enhancement Tasks like;
- โ [ ๐ฅ Red Background ]
- โ [ ๐จ Yellow Background ]
- โ [ ๐ฉ Green Background ]
- โ [ โฌ๏ธ Black Background ]
- โ [ โฌ๏ธ White Background ] [& more]
- โ [ โ๏ธ 2D Anime Sketch]
- โ [ ๐ฆ 3d Egyptian Art ]
- โ [ ๐ฉป Grayscale Artistic]
- โ [ โ๏ธ Resize ]
- โ [ ๐ Extract Text from Image ]
- โ [ โจ Retouch Enhance]
- Git
- Python 3
- Telegram Bot API token
-
Get your Telegram Bot API Token from BotFather.
-
Complete the process to get your token
-
Fork the Repository:
- Click on the "Fork" button at the top right corner of this repository to create your own copy.
-
Clone Your Fork:
- Clone your fork locally using Git:
git clone https://github.com/Mickekofi/EyeTubeBot.git
- Clone your fork locally using Git:
-
Create a New Branch:
- Before making any changes, create a new branch:
git checkout -b feature-or-bugfix-name
- Before making any changes, create a new branch:
-
Make Your Changes:
- Modify the code, add features, or fix bugs.
- Be sure to test your changes thoroughly before submitting them.
-
Commit Your Changes:
- Write clear and descriptive commit messages. For example:
git commit -m "Added feature X"
- Write clear and descriptive commit messages. For example:
-
Push to Your Fork:
- Push your branch to your forked repository:
git push origin feature-or-bugfix-name
- Push your branch to your forked repository:
-
Submit a Pull Request (PR):
- Go to the original repository on GitHub.
- Click the "Compare & pull request" button.
- Fill in the required information, including a description of the changes you've made and their purpose.
- Submit your pull request for review.
- Write clear commit messages: Each commit should focus on one specific change and have a concise message.
- Follow the coding style: Keep your code consistent with the existing codebase.
- Test your changes: Ensure that your changes do not break existing functionality.
- Open an issue first: If you're planning to work on a major feature or bug, it's a good idea to open an issue first to discuss your idea with the community.
- Be respectful and collaborative: Contributions are welcomed from everyone, and discussions should remain professional and helpful.
-
YLT library
-
pytelegram library
-
๐ฅ yt-dlp library
-
๐ฅ pytelegram library
Commercial User Product(Version 3.0.0): It offers a seamless and user-friendly experience with advanced Automated features and commercial-grade functionalities.
Open Source Tool For Developers(Version 2.0.1): The open-source core version is ideal for contribution, experimentation, customization, and further development.
Choose your journey below to get started!
This section is for end-users who want to install and use the fully featured customized commercial version of the bot.
Prerequisites:
1. A Telegram account
2. Read Documentation[For_End_User]
Installation Steps:
1. Download the Telegram App
2. Search For EyeTubeAiBot
3. Click start
4.๐ ๐๐จ๐ญ๐, ๐ซ๐๐๐ ๐ญ๐ก๐ ๐๐จ๐๐ฎ๐ฆ๐๐ง๐ญ๐๐ญ๐ข๐จ๐ง[๐๐จ๐ฆ๐ฆ๐๐ซ๐๐ข๐๐ฅ_๐๐ฌ๐๐ซ_๐๐ซ๐จ๐๐ฎ๐๐ญ]
This section is for developers who want to clone and run the core features of the bot locally.
Prerequisites:
Installation:
๐ฉ๐ฅ๐๐๐ฌ๐ ๐ง๐จ๐ญ๐; ๐๐จ๐ฎ ๐ฆ๐ฎ๐ฌ๐ญ โญ (๐ฌ๐ญ๐๐ซ) ๐จ๐ซ ๐ ๐จ๐ซ๐ค ๐ฝ ๐ญ๐ก๐ข๐ฌ ๐ซ๐๐ฉ๐จ๐ฌ๐ข๐ญ๐จ๐ซ๐ฒ ๐จ๐ง ๐๐ข๐ญ๐๐ฎ๐ ๐๐๐๐จ๐ซ๐ ๐๐ฅ๐จ๐ง๐ข๐ง๐ ๐จ๐ซ ๐ฎ๐ฌ๐ข๐ง๐ ๐ข๐ญ.
git clone https://github.com/Mickekofi/EyeTubBot.git
Navigate to the project directory:
cd EyeTubeBot
Create a virtual environment and activate it:
python3 -m venv eye
source eye/bin/activate
install the dependancies
pip install -r requirements.txt
run it
python3 eyetube.py
We have several examples. Here is the first one to get you started:
Set up your bot with your Telegram API token:
admin = input("Please enter your name ๐ : ")
TOKEN = input("Please enter your Telegram API token ๐ : ")
How to Set up your token
๐ฉ๐ฅ๐๐๐ฌ๐ ๐ง๐จ๐ญ๐; ๐๐จ๐ฎ ๐ฆ๐ฎ๐ฌ๐ญ โญ (๐ฌ๐ญ๐๐ซ) ๐จ๐ซ ๐ ๐จ๐ซ๐ค ๐ฝ ๐ญ๐ก๐ข๐ฌ ๐ซ๐๐ฉ๐จ๐ฌ๐ข๐ญ๐จ๐ซ๐ฒ ๐จ๐ง ๐๐ข๐ญ๐๐ฎ๐ ๐๐๐๐จ๐ซ๐ ๐๐ฅ๐จ๐ง๐ข๐ง๐ ๐จ๐ซ ๐ฎ๐ฌ๐ข๐ง๐ ๐ข๐ญ.
Read ๐ฅ Who are we?
If you have any feedback, please reach out to us at eyetubebot@gmail.com
We welcome contributions from everyone to help improve EyeTubeBot! Whether it's fixing a bug, or adding a new feature, or optimizing performance, all contributions are valuable. Here's how you can get started:
If you find any bugs or have suggestions for improvements, feel free to open an issue in the repository. Please be as detailed as possible so we can resolve the problem effectively.
=
PigTune is a Telegram Image Processing Manupulation Bot for both End_Users and Developers
Visit PigTune Bot Repository
You can decide to buy or push to us a cup of โ๏ธ coffee in our skrill to skrill account at : ๐
michaelappiah6910
or
TETHER US(USDT)
TKAg7Sj4JpsAtjSc3kaXt6b14RWKvovzQS
Network: TRON (TRC-20)