Skip to content

Commit 9ad62c8

Browse files
committed
sample video file added
1 parent 5f8f0a9 commit 9ad62c8

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

Readme.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11

22
# TviTTER: Twitter Video status update project
3-
#####A django based project that let users to update their twitter status with video.
43

54
This project is aimed to be used as a web backend for tweeting on twitter from a website.
65

76

87
##How to use
98

10-
Go to https://apps.twitter.com and create an app for yourself.
11-
Make sure that you have set the read and write permissions of the app to True.
12-
Set the callback_url of the app to YOUR_DOMAIN_NAME/upload_video/
13-
Create app_key.py file in TviTTER/TviTTER/ folder
9+
* Go to https://apps.twitter.com and create an app for yourself.
10+
* Make sure that you have set the read and write permissions of the app to True.
11+
* Set the callback_url of the app to YOUR_DOMAIN_NAME/upload_video/
12+
* Create app_key.py file in TviTTER/TviTTER/ folder
1413

1514
Sample app_key.py :
1615
```

TviTTER/templates/form.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
<h1>TviTTER</h1>
99
<form action="/upload_video/" method="post" enctype="multipart/form-data">
1010
{%csrf_token%}
11-
<input type="text" name="tweet" id="" value="" />
12-
<input type="file" name="video_file" id="" value="" />
13-
<input type = "submit" value = "submit">
11+
Status : <input type="text" name="tweet" id="" value="" /> <br/>
12+
Video File : <input type="file" name="video_file" id="" value="" /> <br/>
13+
<input type = "submit" value = "Update status">
1414

1515
</form>
1616
<br/><br/>

sample_video/v1.mp4

2.45 MB
Binary file not shown.

0 commit comments

Comments
 (0)