Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
scrapper-portabilidad
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
2
Issues
2
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Javier
scrapper-portabilidad
Commits
3e4d8421
Commit
3e4d8421
authored
Dec 17, 2021
by
Javier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Magnus
parent
c72f15f5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
+14
-0
magnusbilling.py
notebook/magnusbilling.py
+14
-0
No files found.
notebook/magnusbilling.py
0 → 100644
View file @
3e4d8421
from
requests
import
Session
magnus
=
"http://192.168.2.84/mbilling/"
login
=
{
'user'
:
'root'
,
'password'
:
'NgtAtONgeRaFtsbu'
,
'key'
:
''
}
def
create_account
():
with
Session
()
as
cnx
:
cnx
.
get
(
magnus
)
cnx
.
post
(
f
'{magnus}/login'
,
data
=
login
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment