1Migrated from folder: Archive/docsExamples/basicAPIEx
113. 🤣🤣🤣🤣
12
13## API
14
15This val uses the [icanhazdadjoke API](https://icanhazdadjoke.com/api). You can find [more docs here](https://github.com/15Dkatz/official_joke_api), such as how to [filter by type](https://github.com/15Dkatz/official_joke_api?tab=readme-ov-file#grab-jokes-by-type).
16
17Migrated from folder: Archive/polls/dadJoke/dailyDadJoke
1Set the WEATHER_API_KEY environment variable from weatherapi.com
2
3Migrated from folder: Weather/getWeather
14and the `excludes` for what you don't want to get notified for.
15
16You can use [Twitter's search operators](https://developer.twitter.com/en/docs/twitter-api/v1/rules-and-filtering/search-operators) to customize your query, for some collection of keywords, filtering out others, and much more!
17
18## 2. Notification
22## Twitter Data & Limitations
23
24The Twitter API has become unusable. This val gets Twitter data via [SocialData](https://socialdata.tools),
25an affordable Twitter scraping API. In order to make this val easy for
26you to fork & use without signing up for another API, I am proxying
27SocialData via @stevekrouse/socialDataProxy. Val Town Pro users can call this proxy a limited amount per day.
28
29If you want to run it more, get your own [SocialData](https://socialdata.tools)
30API token and pay for it directly.
31
32Legacy folder path: Archive/polls/twitter/twitterAlert
1Migrated from folder: API/sendToPushDeer
1Migrated from folder: APIs/discogs
1Migrated from folder: API/randomNum
1Migrated from folder: Archive/archive/discord/discordAPI
1Migrated from folder: Archive/archive/spotify/spotifyAPI
1Migrated from folder: Archive/docsExamples/api/postWebhookTest1