We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f5b1a4 commit 5f8f0a9Copy full SHA for 5f8f0a9
Readme.md
@@ -4,21 +4,20 @@
4
5
This project is aimed to be used as a web backend for tweeting on twitter from a website.
6
7
-This project is based on Twython : Twitter Python API
8
-
9
10
##How to use
11
12
Go to https://apps.twitter.com and create an app for yourself.
13
Make sure that you have set the read and write permissions of the app to True.
14
Set the callback_url of the app to YOUR_DOMAIN_NAME/upload_video/
15
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
20
21
+Sample app_key.py :
+```
+ APP_KEY = YOUR_APP_KEY
+ APP_SECRET = YOUR_APP_SECRET
+
22
23
24
TviTTER/db.sqlite3
0 Bytes
0 commit comments