diff --git a/.gitignore b/.gitignore index 8479e7a..912a9d1 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,4 @@ -mydata* \ No newline at end of file +.gitignore +mydata* +*~ +.#* \ No newline at end of file diff --git a/mastodon-get-posts.org b/mastodon-get-posts.org index 9da98b9..752a693 100644 --- a/mastodon-get-posts.org +++ b/mastodon-get-posts.org @@ -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