<aside> ▫️

Ressourcen gegen Desinformation

Tools gegen Desinformation

Gründe und Ursachen

How To Debunk

Die Rhetorik der Desinformation

Desinformationsnischen

Definition “Verschwörungsmythos”

Selfcare

Twitter-Threads zum Thema

Suchparameter

Quellenanalyse trainieren

Faktenchecker-Webseiten

</aside>


<aside> 🗂️ Inhalt

</aside>

Twitter-Suchparameter

until:YYYY-MM-DD, since:, OR, AND, -, (), "", to:, from:, filter:, url:, list:,
filter-options: safe (including tweets flagged for safety), media, 
reweets (-filter:retweets filtert retweets raus), native_video, periscope, 
vine, images, twimg, links. lang:language

Geolocalization: the search operator “near” isn’t available in the API, but there is a more precise way to restrict 
your query by a given location using the geocode parameter specified with the template “latitude,longitude,radius”, 
for example, “37.781157,-122.398720,1mi”. When conducting geo searches, the search API will first attempt to find 
Tweets which have lat/long within the queried geocode, and in case of not having success, it will attempt to find 
Tweets created by users whose profile location can be reverse geocoded into a lat/long within the queried geocode, 
meaning that is possible to receive Tweets which do not include lat/long information.

Using standard search

Google-Suchparameter

String search “Bla fasel”, exclude phrases “-bla”

Search by filetypefiletype:pdf learn css

You can use the (*) wildcards as placeholders, which will be replaced by any word or phrase.

"how to start * in 6 months"

Site-specific search: site:freecodecamp.org

You can use the OR operator to get results related to one of the search terms you enter.

(javascript OR python) free course

The AND operator will return only results related to both terms. In the example bellow you can see the perfect use-case of this operator.

html AND css

Range search: This can be anything at all. If you're looking to buy something that falls within a specific price range, **or you're searching for results that include a specific range of years, this is for you.

ecmascript 2016..2018

Use the before/after operator to return only results before/after a given date.You must provide year-month-day dates or only a year. For example:

javascript before:2020

web development after:20