Spaces:
Sleeping
Sleeping
Create social_media.py
Browse files- social_media.py +7 -0
social_media.py
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
social_media = {
|
2 |
+
"linkedin_followers": ["700000"],
|
3 |
+
"twitter_followers": ["200000"],
|
4 |
+
"instagram_followers": ["100000"],
|
5 |
+
"key_campaigns": ["#UPIPayments", "#RazorpayX"],
|
6 |
+
"public_sentiment": "Positive"
|
7 |
+
}
|