twintproject / twint

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.
MIT License
15.65k stars 2.72k forks source link

Hi, is there a way to customize mapping from configuration in python script ? #584

Closed Aassifh closed 4 years ago

Aassifh commented 4 years ago

Hi, is there a way to customize mapping(Elasticsearch) from configuration in python script ?

pielco11 commented 4 years ago

https://github.com/twintproject/twint/blob/94d34dd33abc493384fbbe3f43ccda26a19163f3/twint/storage/elasticsearch.py#L54-L135

There you go!

Aassifh commented 4 years ago

Thanks!