File tree Expand file tree Collapse file tree 3 files changed +7
-8
lines changed Expand file tree Collapse file tree 3 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 1
1
2
2
# TviTTER: Twitter Video status update project
3
- #####A django based project that let users to update their twitter status with video.
4
3
5
4
This project is aimed to be used as a web backend for tweeting on twitter from a website.
6
5
7
6
8
7
##How to use
9
8
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
14
13
15
14
Sample app_key.py :
16
15
```
Original file line number Diff line number Diff line change 8
8
< h1 > TviTTER</ h1 >
9
9
< form action ="/upload_video/ " method ="post " enctype ="multipart/form-data ">
10
10
{%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 ">
14
14
15
15
</ form >
16
16
< br /> < br />
You can’t perform that action at this time.
0 commit comments