import twint
import nest_asyncio
import pandas as pd
nest_asyncio.apply()
c = twint.Config()
c.Search = "Covid-19"
twint.run.Search(c)
The above code collects tweets that have the word covid-19 but I want the tweets only from last year and a specific location?