Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kalanakt committed Aug 24, 2022
2 parents 9cbc7e0 + 46dae05 commit 35551d7
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 6 deletions.
15 changes: 12 additions & 3 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -58,16 +58,25 @@
"contributions": [
"code",
"ideas"
]
},
{
]
},
{
"login": "all-contributors",
"name": "All Contributors",
"avatar_url": "https://avatars.githubusercontent.com/u/46410174?v=4",
"profile": "https://allcontributors.org",
"contributions": [
"design"
]
},
{
"login": "hybridvamp",
"name": "HYBRID",
"avatar_url": "https://avatars.githubusercontent.com/u/48980248?v=4",
"profile": "https://github.com/hybridvamp",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7,
Expand Down
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
git clone <YOUR_REPO_LINK>
cd <YOUR_REPO_NAME>
pip3 install -U -r requirements.txt
python bot.py
python3 bot.py
</pre>
</p>
</details>
Expand All @@ -67,9 +67,10 @@ python bot.py
<p>
<pre>
git clone https://github.com/kalanakt/All-Url-Uploader
cd All-Url-Uploader
pip3 install -U -r requirements.txt
# Edit info.py with variables.
python bot.py
# Edit Uploader/config.py with variables.
python3 bot.py
</pre>
</p>
</details>
Expand Down Expand Up @@ -103,6 +104,7 @@ python bot.py
<td align="center"><a href="https://t.me/Divarion_D"><img src="https://avatars.githubusercontent.com/u/42798043?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Danil</b></sub></a><br /><a href="https://github.com/kalanakt/All-Url-Uploader/commits?author=Divarion-D" title="Code">💻</a></td>
<td align="center"><a href="https://github.com/millysboy"><img src="https://avatars.githubusercontent.com/u/108298343?v=4?s=100" width="100px;" alt=""/><br /><sub><b>millysboy</b></sub></a><br /><a href="https://github.com/kalanakt/All-Url-Uploader/commits?author=millysboy" title="Code">💻</a> <a href="#ideas-millysboy" title="Ideas, Planning, & Feedback">🤔</a></td>
<td align="center"><a href="https://allcontributors.org"><img src="https://avatars.githubusercontent.com/u/46410174?v=4?s=100" width="100px;" alt=""/><br /><sub><b>All Contributors</b></sub></a><br /><a href="#design-all-contributors" title="Design">🎨</a></td>
<td align="center"><a href="https://github.com/hybridvamp"><img src="https://avatars.githubusercontent.com/u/48980248?v=4?s=100" width="100px;" alt=""/><br /><sub><b>HYBRID</b></sub></a><br /><a href="https://github.com/kalanakt/All-Url-Uploader/commits?author=hybridvamp" title="Code">💻</a></td>
</tr>
</table>

Expand Down
1 change: 1 addition & 0 deletions asset/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<img src="https://github.com/kalanakt/All-Url-Uploader/blob/main/asset/tmwad.png">

0 comments on commit 35551d7

Please sign in to comment.