hop
This commit is contained in:
parent
5ab6995d4e
commit
a48b4bdc6e
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -6,11 +6,13 @@ export const listing = {
|
||||
'cipherbliss': [
|
||||
'portfolio',
|
||||
'www',
|
||||
'framadate-api'
|
||||
'framadate-api',
|
||||
''
|
||||
]
|
||||
},
|
||||
'fr': {
|
||||
'tykayn': ['']
|
||||
'tykayn': [''],
|
||||
'pucealoreille': ['', 'www']
|
||||
},
|
||||
'art': {
|
||||
'clairelemoine': ['www']
|
||||
|
6
scraping/twatteur/main.py
Normal file
6
scraping/twatteur/main.py
Normal file
@ -0,0 +1,6 @@
|
||||
from twitter_scraper_selenium import get_profile_details
|
||||
|
||||
twitter_username = "TwitterAPI"
|
||||
filename = "twitter_api_data"
|
||||
|
||||
get_profile_details(twitter_username=twitter_username, filename=filename)
|
Loading…
Reference in New Issue
Block a user