> For the complete documentation index, see [llms.txt](https://textav.gitbook.io/textav-event-2018/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://textav.gitbook.io/textav-event-2018/unconference-projects/full-fact-tweet-that-clip.md).

# Full Fact - tweet that clip

**TL;DR:** Tweets out a small clip of a show (e.g. Prime Ministers Questions) during live factchecking. The media/clip is of the person who makes a claim that is then being checked in the text of the tweet.

...you can now see the clip of the moment they said the claim, ready to be tweeted out. After you press the tweet button it automatically tweets out the clip.

{% embed url="<https://youtu.be/ExzTgsPDEH8>" %}

## **Why is this helpful?**&#x20;

Full Fact live factchecks Prime Ministers Questions and BBC Question Time on Twitter. Members of the team tweet out factchecks of the statements politicians and guests make.

If we can add small clips of the politicians or guests actually *making* the statements we believe the experience for the public would be much nicer!

## **Before**

The sentences are matched to Full Fact's previous factchecks

![](/files/-LMmJe4BnF-ayuoLFfuS)

and when you click the Twitter button it takes you to a draft tweet with just the link of the factcheck in:

![Example draft tweet window, with just a link](/files/-LMmKDRtSHxaeiskBG9T)

In the real world the final output looks like this

![https://twitter.com/FullFact/status/1039834235232821249](/files/-LMmL6fFQUgIj_5kjHKC)

## **After**

Everything is a little broken, and the sentences are a bit weird, *but* you can now see a preview of a video inline.&#x20;

![](/files/-LMmJ5Y-_yt-T5xMPV_9)

And when you click tweet...

{% embed url="<https://twitter.com/pietropassarell/status/1042435448398864384>" %}

**Slides:** <https://docs.google.com/presentation/d/1uEjC8hpJGVkvXLH4i9_tmwPHON77UrrS4nzTKLth46U/edit#slide=id.g42107b0f4e_0_59>&#x20;

## Github

Node module to tweet to clip + text status

{% embed url="<https://github.com/pietrop/tweet-that-clip>" %}

Example server micro-service&#x20;

{% embed url="<https://github.com/pietrop/tweet-that-clip-server>" %}

## Next up&#x20;

Look into tweeting as draft<br>

Post end point

```
POST 
http://ads-api.twitter.com/4/accounts/18ce54d4x5t/tweet?text=hello,+world&as_user_id=756201191646691328&trim_user=true  

```

Draft end point

```
POST 
https://ads-api.twitter.com/4/accounts/18ce54d4x5t/draft_tweets?as_user_id=756201191646691328&text=Just+setting+up+my+Twitter
```

### Other improvements

* [ ] Creating a draft tweet with the ability to add text
* [ ] Custom controls for the HTML5 video player, to hone in on the right timestamps
* [ ] Sort out the video pipeline
* [ ] Add subtitles/closed captions directly onto the video
* [ ] Configure it to the Full Fact account

## **Team**

* Mevan Babakar, Full Fact&#x20;
* Simon Coltman, Full Fact&#x20;
* James Dooley, BBC News Labs
* Dave Bevan, BBC News Labs
* Pietro Passarelli, BBC News Labs


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://textav.gitbook.io/textav-event-2018/unconference-projects/full-fact-tweet-that-clip.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
