sourceoftruthdata
commited on
Commit
·
b73dadb
1
Parent(s):
9457c0e
update with readme
Browse files- .gitignore +32 -0
- README.md +2 -0
.gitignore
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# dotenv
|
2 |
+
.env
|
3 |
+
.venv
|
4 |
+
.env_profiles
|
5 |
+
|
6 |
+
#virtualenv
|
7 |
+
env/
|
8 |
+
venv/
|
9 |
+
ENV/
|
10 |
+
env.bak/
|
11 |
+
venv.bak/
|
12 |
+
|
13 |
+
#notebooks
|
14 |
+
dev_sot.ipynb
|
15 |
+
dev_sot_v2.ipynb
|
16 |
+
tmp.ipynb
|
17 |
+
|
18 |
+
#docker images
|
19 |
+
shopify-twitter-bot.tar.gz
|
20 |
+
|
21 |
+
#bots
|
22 |
+
shopifytwitter.py
|
23 |
+
|
24 |
+
#archive
|
25 |
+
archive/
|
26 |
+
|
27 |
+
images/
|
28 |
+
tiktok_images/
|
29 |
+
tiktok_user_images/
|
30 |
+
|
31 |
+
#output files
|
32 |
+
data/
|
README.md
CHANGED
@@ -11,3 +11,5 @@ license: mit
|
|
11 |
---
|
12 |
|
13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
14 |
+
|
15 |
+
# How to use this tool
|