Added comment
This commit is contained in:
parent
a842458919
commit
5a24e3cf76
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -1 +1,4 @@
|
||||||
mydata*
|
.gitignore
|
||||||
|
mydata*
|
||||||
|
*~
|
||||||
|
.#*
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue