Skip to content

Commit 5f8f0a9

Browse files
committed
Readme updated
1 parent 4f5b1a4 commit 5f8f0a9

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

Readme.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,20 @@
44

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

7-
This project is based on Twython : Twitter Python API
8-
97

108
##How to use
119

1210
Go to https://apps.twitter.com and create an app for yourself.
1311
Make sure that you have set the read and write permissions of the app to True.
1412
Set the callback_url of the app to YOUR_DOMAIN_NAME/upload_video/
1513
Create app_key.py file in TviTTER/TviTTER/ folder
16-
Example app_key.py :
17-
```
18-
APP_KEY = YOUR_APP_KEY
19-
APP_SECRET = YOUR_APP_SECRET
2014

21-
```
15+
Sample app_key.py :
16+
```
17+
APP_KEY = YOUR_APP_KEY
18+
APP_SECRET = YOUR_APP_SECRET
19+
20+
```
2221

2322

2423

TviTTER/db.sqlite3

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)