Added comment

This commit is contained in:
Misha 2023-08-08 01:08:17 -05:00
parent a842458919
commit 5a24e3cf76
2 changed files with 5 additions and 2 deletions

5
.gitignore vendored
View file

@ -1 +1,4 @@
mydata* .gitignore
mydata*
*~
.#*

View file

@ -2,7 +2,7 @@
#+begin_src python #+begin_src python
import json # to parse data import json # to parse data
import requests # to get data import requests # to get data
import pandas as pd import pandas as pd # work with data
from mastodon import Mastodon # to get the user id from mastodon import Mastodon # to get the user id
from datetime import date # to get the current date from datetime import date # to get the current date
import subprocess # for getting access token from pass import subprocess # for getting access token from pass