An advanced Twitter scraping & OSINT tool written in Python that doesn't use Twitter's API, allowing you to scrape a user's followers, following, Tweets and more while evading most API limitations.
python
elasticsearch
kibana
osint
twitter
tweets
scrape
pineapple
twint
tweep
scrape-followers
scrape-likes
scrape-following
-
Updated
Apr 21, 2021 - Python
unable to get the company website
Company Attrs: ['overview', 'jobs', 'life', 'insights']
Error!!!
Traceback (most recent call last):
File "linkedin_scrapper_chrome.py", line 72, in
company_overview_dict = company.to_dict()
File "/xxx/xxxx/linkedin_scrapper/scrape_linkedin/ResultsObject.py", line 13, in to_dict
return dict(zip(self.attributes, vals))
File "/xxxx/xxxx