Added comment

main
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
import json # to parse 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 datetime import date # to get the current date
import subprocess # for getting access token from pass