Init
This commit is contained in:
commit
95b10ebb05
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
config_python.py
|
||||||
|
venv-pg
|
||||||
|
.idea/
|
3
config_python.py.tpl
Normal file
3
config_python.py.tpl
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
streamer = "1n7er"
|
||||||
|
appid="addid"
|
||||||
|
appsecret="addsecret"
|
16
main.py
Normal file
16
main.py
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
#!/usr/bin/python3
|
||||||
|
|
||||||
|
import config_python
|
||||||
|
from twitchAPI.twitch import Twitch
|
||||||
|
|
||||||
|
|
||||||
|
def print_hi(name):
|
||||||
|
# Use a breakpoint in the code line below to debug your script.
|
||||||
|
print(f'Hi, {name}') # Press Ctrl+F8 to toggle the breakpoint.
|
||||||
|
|
||||||
|
|
||||||
|
# Press the green button in the gutter to run the script.
|
||||||
|
if __name__ == '__main__':
|
||||||
|
print_hi('PyCharm')
|
||||||
|
|
||||||
|
# See PyCharm help at https://www.jetbrains.com/help/pycharm/
|
1
requirements.txt
Normal file
1
requirements.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
twitchAPI==2.5.7.1
|
Loading…
Reference in New Issue
Block a user