๐ฒ SHORTS MONSTER: A Real-Time Practical Course on Telegram
We are building a one-click Shorts generator in Python. Boost your Python skills. A powerful OOP bot from scratch.
BOT DEMO AND THE START OF THE COURSE
============
๐๐ฐ PINTEREST MONEY: https://drive.google.com/drive/folders/1JvqgQwDzM2vw24m_0HtbdwC0K5_gvev0?usp=sharing
๐ MaxBounty +10% BONUS: https://affiliates.maxbounty.com/register?referrer=392868
๐ BeMob free tracker: https://bemob.com/?ref=h2xqe30f81®
============
๐ VPN Master (additional materials): https://drive.google.com/drive/folders/1h_iPhsnkD_QwzZT4tbMrqZS98C0jGwsC?usp=sharing
๐ Great VPS just for $2: https://acn.ionos.com/aff_c?offer_id=1&aff_id=7646&url_id=72
============
๐ฌ ComparisonBot: https://drive.google.com/drive/folders/1sRzcqvdrzQJSCGEvTdHGtXUEu1nGjnPo?usp=sharing
============
๐๏ธ ColoringBot: https://drive.google.com/drive/folders/1wAUhYl3KUg-CIch4l4KlqEqMXdsD9Hfk?usp=sharing
๐จ Creativefabrica: https://www.creativefabrica.com/ref/3931272/
๐ AmazonParser: https://drive.google.com/drive/folders/1_z-gqOnXDVnAGWz9-fFs20qMpwm1Iy7x?usp=sharing
============
๐ด FlashcardBot: https://drive.google.com/drive/folders/1QJ5WYw-eB2TWJVyAMHqqM2J9cPnpe7R3?usp=drive_link
๐จ Creativefabrica (Freebies & Gifts): https://www.creativefabrica.com/ref/3931272/
============
๐ PinterestBot [DEPRECATED. Use the Pinterest Monster instead (lessons 4-6 of the Pinterest Money course)]
We are building a one-click Shorts generator in Python. Boost your Python skills. A powerful OOP bot from scratch.
BOT DEMO AND THE START OF THE COURSE
============
๐๐ฐ PINTEREST MONEY: https://drive.google.com/drive/folders/1JvqgQwDzM2vw24m_0HtbdwC0K5_gvev0?usp=sharing
๐ MaxBounty +10% BONUS: https://affiliates.maxbounty.com/register?referrer=392868
๐ BeMob free tracker: https://bemob.com/?ref=h2xqe30f81®
============
๐ VPN Master (additional materials): https://drive.google.com/drive/folders/1h_iPhsnkD_QwzZT4tbMrqZS98C0jGwsC?usp=sharing
๐ Great VPS just for $2: https://acn.ionos.com/aff_c?offer_id=1&aff_id=7646&url_id=72
============
๐ฌ ComparisonBot: https://drive.google.com/drive/folders/1sRzcqvdrzQJSCGEvTdHGtXUEu1nGjnPo?usp=sharing
============
๐๏ธ ColoringBot: https://drive.google.com/drive/folders/1wAUhYl3KUg-CIch4l4KlqEqMXdsD9Hfk?usp=sharing
๐จ Creativefabrica: https://www.creativefabrica.com/ref/3931272/
๐ AmazonParser: https://drive.google.com/drive/folders/1_z-gqOnXDVnAGWz9-fFs20qMpwm1Iy7x?usp=sharing
============
๐ด FlashcardBot: https://drive.google.com/drive/folders/1QJ5WYw-eB2TWJVyAMHqqM2J9cPnpe7R3?usp=drive_link
๐จ Creativefabrica (Freebies & Gifts): https://www.creativefabrica.com/ref/3931272/
============
๐ PinterestBot [DEPRECATED. Use the Pinterest Monster instead (lessons 4-6 of the Pinterest Money course)]
โค21๐ฅ6๐3
PYTHON MONEY pinned ยซ๐ฒ SHORTS MONSTER: A Real-Time Practical Course on Telegram We are building a one-click Shorts generator in Python. Boost your Python skills. A powerful OOP bot from scratch. BOT DEMO AND THE START OF THE COURSE ============ ๐๐ฐ PINTEREST MONEY: https:/โฆยป
This media is not supported in your browser
VIEW IN TELEGRAM
A small teaser for one of the upcoming videos.
๐ฅ25โค9
Some people requested the Amazon titles parser from the last video. I'm sharing it. Read the readme file.
๐ AmazonParser: https://drive.google.com/drive/folders/1_z-gqOnXDVnAGWz9-fFs20qMpwm1Iy7x?usp=sharing
๐ AmazonParser: https://drive.google.com/drive/folders/1_z-gqOnXDVnAGWz9-fFs20qMpwm1Iy7x?usp=sharing
โค13๐ฅ5๐1๐1
โก๐๏ธ Some people asked to add the ability to automatically merge the generated images into a PDF file in ColoringBot.
โ I have added this feature. I wrote it using the reportlab library, one of the most powerful libraries for working with PDFs in Python.
1. Redownload the .py files of the project.
2. Install the reportlab and natsort libraries:
3. Generate images so that they appear in the ready folder.
4. Run the merge_pdf.py file.
5. The final PDF file will be saved in the ready/PDF folder.
โน๏ธ In the merge_pdf.py file, you will find variables to enable adding blank pages, specifying a title, author, and other metadata, and other settings.
โ I have added this feature. I wrote it using the reportlab library, one of the most powerful libraries for working with PDFs in Python.
1. Redownload the .py files of the project.
2. Install the reportlab and natsort libraries:
pip install reportlab natsort3. Generate images so that they appear in the ready folder.
4. Run the merge_pdf.py file.
5. The final PDF file will be saved in the ready/PDF folder.
โน๏ธ In the merge_pdf.py file, you will find variables to enable adding blank pages, specifying a title, author, and other metadata, and other settings.
โค16๐3
# ๐ Thoughts on ComparisonBot
๐ I hope you enjoyed ComparisonBot. The bot automates the entire process of creating videos for channels of this type.
But what bottleneck do we have here? What consumes our time? That's right, preparing data for videos, preparing CSV tables.
How can we automate this? I'll give you one way.
๐ What will you need: Write a parser using the Beautiful Soup library to save data in CSV tables
1. Find a website on Google with reviews of the top 10-20 topics you need.
2. Write a bot that will navigate the necessary articles on the website, extract the necessary information, and save the images. Save the data based on the CSV file from the video (crossover.csv).
3. Feed the saved CSV files to the ComparisonBot and get long PNG images.
4. Feed the images to the bot and get videos.
This way, you can prepare dozens and hundreds of such videos very quickly. When parsing, you can also save titles and descriptions for subsequent upload to YouTube.
If you don't have the skills yet, this can be great practice. Data scraping is an excellent foundation for learning Python.
๐ฅ Excellent tutorials on web scraping in Python: Python Web Scrapping Playbook
๐ I hope you enjoyed ComparisonBot. The bot automates the entire process of creating videos for channels of this type.
But what bottleneck do we have here? What consumes our time? That's right, preparing data for videos, preparing CSV tables.
How can we automate this? I'll give you one way.
๐ What will you need: Write a parser using the Beautiful Soup library to save data in CSV tables
1. Find a website on Google with reviews of the top 10-20 topics you need.
2. Write a bot that will navigate the necessary articles on the website, extract the necessary information, and save the images. Save the data based on the CSV file from the video (crossover.csv).
3. Feed the saved CSV files to the ComparisonBot and get long PNG images.
4. Feed the images to the bot and get videos.
This way, you can prepare dozens and hundreds of such videos very quickly. When parsing, you can also save titles and descriptions for subsequent upload to YouTube.
If you don't have the skills yet, this can be great practice. Data scraping is an excellent foundation for learning Python.
๐ฅ Excellent tutorials on web scraping in Python: Python Web Scrapping Playbook
scrapeops.io
The Python Web Scraping Playbook | ScrapeOps
Everything you need to know to become a Python Web Scraping Pro! Including Python Web Scraping guides, extensions, scrapers and much more.
๐8๐ฅ8โค2
This media is not supported in your browser
VIEW IN TELEGRAM
# ๐ค Make your Selenium to bypass some of the most sophisticated anti-bot mechanisms on the market today like DataDome, Perimeterx and Cloudflare.
1.
2.
3.
4.
5.
1.
pip install undetected-chromedriver2.
import undetected_chromedriver as uc3.
chrome_options = uc.ChromeOptions() # Set chrome options4.
driver = uc.Chrome(options=chrome_options) # Create undetected chromedriver instance with options5.
driver.get('https://bot.sannysoft.com/') # Send request๐ฅ28โค5๐1๐1
