Skip to content

Commit

Permalink
youtube subscriber scrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
imvickykumar999 committed Sep 23, 2024
1 parent fade458 commit 3785382
Show file tree
Hide file tree
Showing 2 changed files with 882 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FollowerUploader/youtube_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def convert_to_numeric(subscriber_text):
return 0

def get_influencer_data():
get_url = 'https://www.influencerhiring.com/get_influencer_profile_links/?platform=Youtube'
get_url = 'https://scrappedserver.pythonanywhere.com/get_influencer_profile_links/?platform=Youtube'

headers = {
'authorization': 'cbvcasdghcvsdhcvjhsdgjhasdjhsdadjasjdjkhasjhdgjasd'
Expand Down Expand Up @@ -87,7 +87,7 @@ def get_influencer_data():


def post_influencer_subscriber(influ_data):
post_url = 'https://www.influencerhiring.com/post_influencer_profiledata/'
post_url = 'https://scrappedserver.pythonanywhere.com/myendpoint'

headers = {
'authorization': 'cbvcasdghcvsdhcvjhsdgjhasdjhsdadjasjdjkhasjhdgjasd',
Expand Down
Loading

0 comments on commit 3785382

Please sign in to comment.