Skip to content

Commit

Permalink
initial repo
Browse files Browse the repository at this point in the history
  • Loading branch information
BingLingGroup committed Mar 10, 2020
0 parents commit f49c1e3
Show file tree
Hide file tree
Showing 27 changed files with 2,593 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
*pyc
*.egg-info
*html
build/
dist/
.DS_Store
MANIFEST
*#*
/.idea
/.build_and_dist
/.build_and_dist_win32
/.release
*.po~
*.mo
Pipfile
*.lock
*.session
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
language: python
python:
- "3.7"
install:
- pip install .
- pip install pylint
script:
- pylint delethon
674 changes: 674 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

Loading

0 comments on commit f49c1e3

Please sign in to comment.