Bitcoin Forum
May 24, 2024, 07:46:42 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Warning: One or more bitcointalk.org users have reported that they believe that the creator of this topic displays some red flags which make them high-risk. (Login to see the detailed trust ratings.) While the bitcointalk.org administration does not verify such claims, you should proceed with extreme caution.
Pages: [1]
  Print  
Author Topic: Looking for a youtube email scrapper bot  (Read 78 times)
marios22558 (OP)
Newbie
*
Offline Offline

Activity: 79
Merit: 0


View Profile
April 15, 2021, 09:29:52 AM
 #1

I am in need of a simple youtube business email scraping bot.

What the bot does:

1. You enter a Keyword X, Set filter parameters so you only see the Channels
2. You scrape all Channel info links from each channel appearing on that keyword.
3. You go to the links, solve the recaptcha with a service (2captcha.com)
4. You get the link and write it into a text file like this Channellink;Email
5. Done

We maybe add some additional parameters like you add the channel subscriber size to each email and maybe you calculate the views of the last X videos + maybe you check for the latest video published.

I need this done in max 1-2 days, you should start right now and tell me a fixed price for this work. please no time wasting, straight up to the point, no offer from ur side = no reply

Telegram

@OPstorage
seoincorporation
Legendary
*
Offline Offline

Activity: 3164
Merit: 2958


Top Crypto Casino


View Profile
April 15, 2021, 03:43:17 PM
 #2

I am in need of a simple youtube business email scraping bot.

What the bot does:

1. You enter a Keyword X, Set filter parameters so you only see the Channels
2. You scrape all Channel info links from each channel appearing on that keyword.
3. You go to the links, solve the recaptcha with a service (2captcha.com)
4. You get the link and write it into a text file like this Channellink;Email
5. Done

We maybe add some additional parameters like you add the channel subscriber size to each email and maybe you calculate the views of the last X videos + maybe you check for the latest video published.

I need this done in max 1-2 days, you should start right now and tell me a fixed price for this work. please no time wasting, straight up to the point, no offer from ur side = no reply

Telegram

@OPstorage

To filter by keyword on youtube you can do it with the next link:

Code:
https://www.youtube.com/results?search_query=bitcoin

To scrap the information you only need to parse the information with curl, or get the information from an explorer with imacros. But since you want the information in a text file I would recommend working directly with a Linux term.

If you use curl with a channel/info, you can get all the relevant info from there:

Code:
https://www.youtube.com/https://www.youtube.com/c/Pap%C3%A1BitcoinyCriptos/about | grep @


You can use tools like 'grep and cut' to get the right information, and if you add >> db.txt you get all the data on a text file as you want.

The only part that isn't clear to me is the captcha, you don't need to solve a captcha for this task.

I will send you a PM with the script price.

█████████████████████████
████▐██▄█████████████████
████▐██████▄▄▄███████████
████▐████▄█████▄▄████████
████▐█████▀▀▀▀▀███▄██████
████▐███▀████████████████
████▐█████████▄█████▌████
████▐██▌█████▀██████▌████
████▐██████████▀████▌████
█████▀███▄█████▄███▀█████
███████▀█████████▀███████
██████████▀███▀██████████
█████████████████████████
.
BC.GAME
▄▄░░░▄▀▀▄████████
▄▄▄
██████████████
█████░░▄▄▄▄████████
▄▄▄▄▄▄▄▄▄██▄██████▄▄▄▄████
▄███▄█▄▄██████████▄████▄████
███████████████████████████▀███
▀████▄██▄██▄░░░░▄████████████
▀▀▀█████▄▄▄███████████▀██
███████████████████▀██
███████████████████▄██
▄███████████████████▄██
█████████████████████▀██
██████████████████████▄
.
..CASINO....SPORTS....RACING..
█░░░░░░█░░░░░░█
▀███▀░░▀███▀░░▀███▀
▀░▀░░░░▀░▀░░░░▀░▀
░░░░░░░░░░░░
▀██████████
░░░░░███░░░░
░░█░░░███▄█░░░
░░██▌░░███░▀░░██▌
░█░██░░███░░░█░██
░█▀▀▀█▌░███░░█▀▀▀█▌
▄█▄░░░██▄███▄█▄░░▄██▄
▄███▄
░░░░▀██▄▀


▄▄████▄▄
▄███▀▀███▄
██████████
▀███▄░▄██▀
▄▄████▄▄░▀█▀▄██▀▄▄████▄▄
▄███▀▀▀████▄▄██▀▄███▀▀███▄
███████▄▄▀▀████▄▄▀▀███████
▀███▄▄███▀░░░▀▀████▄▄▄███▀
▀▀████▀▀████████▀▀████▀▀
PrimeNumber7
Copper Member
Legendary
*
Offline Offline

Activity: 1624
Merit: 1899

Amazon Prime Member #7


View Profile
April 16, 2021, 04:35:36 PM
 #3

The only part that isn't clear to me is the captcha, you don't need to solve a captcha for this task.

Yes you do:
Code:
<tp-yt-paper-button id="button" class="style-scope ytd-button-renderer style-default size-default" role="button" tabindex="0" animated="" elevation="0" aria-disabled="false" aria-label="View email address"><!--css-build:shady--><yt-formatted-string id="text" class="style-scope ytd-button-renderer style-default size-default">View email address</yt-formatted-string></tp-yt-paper-button>
<yt-formatted-string id="text" class="style-scope ytd-button-renderer style-default size-default">View email address</yt-formatted-string>
You need to click this button to view the email address, and pressing this button requires a captcha to be solved.

The page you queried has email addresses listed in the description. I don't think this is what he is looking for.

I can create a python script that meets your requirements and timeline. I would need an API key for your captcha solving service for development/testing. Work would not start until either I receive payment, or payment is being held in escrow.

Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!