Initial commit of my old Twitter bot (that still runs)

This commit is contained in:
2022-08-26 05:22:51 +00:00
commit 23422f0ffd
9 changed files with 513 additions and 0 deletions

13
Pipfile Normal file
View File

@@ -0,0 +1,13 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
tweepy = "==4.10.1"
[dev-packages]
autopep8 = "==1.7.0"
[requires]
python_version = "3.10"